import React from 'react'; import type { Polymorphic } from '../../core/polymorphism'; import { type VStackBaseProps } from '../../layout'; export declare const contentCardDefaultElement = 'article'; export type ContentCardDefaultElement = typeof contentCardDefaultElement; export type ContentCardBaseProps = Polymorphic.ExtendableProps; export type ContentCardProps = Polymorphic.Props< AsComponent, ContentCardBaseProps >; type ContentCardComponent = (( props: ContentCardProps, ) => Polymorphic.ReactReturn) & Polymorphic.ReactNamed; export declare const ContentCard: ContentCardComponent; export {}; //# sourceMappingURL=ContentCard.d.ts.map