import type { ContentCardProps } from './type'; export declare const CardContent: ({ title, subtitle, disabled, headingTag, description, children, }: ContentCardProps) => import("react").JSX.Element; //# sourceMappingURL=Content.d.ts.map