import { IconName } from '@netlify/ui'; export type CardTitleProps = { as?: React.ElementType | undefined; children?: React.ReactNode | undefined; className?: string | undefined; disabled?: boolean; iconName?: IconName | undefined; id?: string | undefined; inline?: boolean | undefined; }; export declare const CardTitle: ({ as: Component, children, className, disabled, iconName, inline, ...otherProps }: CardTitleProps) => import("react").JSX.Element; //# sourceMappingURL=CardTitle.d.ts.map