Repository URL to install this package:
|
Version:
2.1.16 ▾
|
/// <reference types="react" />
import ExpandableCard from '@skava/ui/dist/components/organisms/ExpandableCard';
declare const StyledExpandableCard: typeof ExpandableCard;
declare const HeaderWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
declare const FooterWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
declare const ExpandableCardWrapper: import("styleh-components/dist/styles/styled-components/typings").StyledComponentClass<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, any, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>>;
export { HeaderWrapper, FooterWrapper, ExpandableCardWrapper, StyledExpandableCard, };