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