import { Theme } from '../../utils/theme'; export declare const getHorizontal: () => import('styled-components').RuleSet; export declare const getTextTruncate: () => import('styled-components').RuleSet; type StyledCardProps = { theme: Theme; $isHorizontal?: boolean; $hasFooter?: boolean; onClick?: (event: React.MouseEvent) => void; onFocus?: (event: React.FocusEvent) => void; }; declare const StyledCard: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLDivElement>, StyledCardProps>> & string; declare const StyledCardLink: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute, HTMLAnchorElement>, StyledCardProps>> & string; export { StyledCard, StyledCardLink };