import type { ReactNode } from 'react'; import type { HeadingTag, OmitStrict } from '../../types'; import type { SelectionCardProps } from './SelectionCard.types'; export interface SelectionCardDisplayProps extends OmitStrict { label: NonNullable; /** * Uses specific heading tag for header. * @default h4 */ headingTag?: HeadingTag; } declare const _default: import("react").ForwardRefExoticComponent & import("react").RefAttributes> & { getTestIds: (testIdProp?: import("../../types").TestIdProp["testId"]) => import("../../types").TestIdsRecord; }; export default _default; //# sourceMappingURL=SelectionCardDisplay.d.ts.map