/// import { SpectrumCheckboxProps } from '@react-types/checkbox'; interface IProps { fillColor?: string; alignItems?: string; labelDataCy?: string; inputDataCy?: string; } export declare function CheckboxAria(props: SpectrumCheckboxProps & IProps): JSX.Element; export {}; //# sourceMappingURL=CheckboxAria.d.ts.map