import type { ReactNode } from 'react'; import type { HeadingTag, OmitStrict } from '../../types'; import type { SelectionCardProps } from '../SelectionCard/SelectionCard.types'; import type { CheckboxProps } from './Checkbox'; export type CheckboxCardProps = OmitStrict & 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=CheckboxCard.d.ts.map