import { CardProps } from './types'; export declare const removeDeprecatedUTags: (markdown: string) => string; /** * A titled card with content and optional controls. * * @see {@link https://voiceflow.github.io/react-chat/?path=/story/components-card--simple} */ export declare const Card: React.FC; //# sourceMappingURL=index.d.ts.map