import type { CSS } from '@project44-manifest/react-styles';
export declare type CardFooterElement = 'div';
export interface CardFooterProps {
    /**
     * Theme aware style object
     */
    css?: CSS;
}
//# sourceMappingURL=CardFooter.types.d.ts.map