import { default as cardStyles } from './card.module.scss';
import { CardProps } from './types';
export { cardStyles as cardClasses };
export declare const CardComponent: import('../../utils').FunctionComponentWithAs<"div", CardProps>;
export declare const Card: import('../../utils').FunctionComponentWithAs<"div", CardProps> & {
    Body: import('react').ForwardRefExoticComponent<Omit<import('./types').BodyProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
    Cover: import('react').ForwardRefExoticComponent<Omit<import('./types').CoverProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
    Footer: import('react').ForwardRefExoticComponent<Omit<Omit<import('react').DetailedHTMLProps<import('react').HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
        ref?: import('react').Ref<HTMLDivElement>;
    }, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
    Header: import('react').ForwardRefExoticComponent<Omit<import('./types').HeaderProps, "ref"> & import('react').RefAttributes<HTMLDivElement>>;
};
