import { FC, HTMLAttributes, PropsWithChildren } from 'react'; export type CheckboxCardContentProps = HTMLAttributes; /** The CheckboxCardContent component is a layout wrapper used inside a CheckboxCard to structure and style its inner content, such as titles, descriptions, or icons, while aligning with the card’s orientation and variant */ export declare const CheckboxCardContent: FC>;