import { FC } from 'react'; import { CheckboxIndeterminateIconProps } from '../../../Checkbox'; export type CheckboxCardControlIndeterminateIconProps = CheckboxIndeterminateIconProps; export declare const CheckboxCardControlIndeterminateIcon: FC;