import type { ComponentType } from 'react'; import type { CheckboxProps as MuiCheckboxProps } from '@mui/material'; import type { CheckboxProps } from '../../decs'; type CheckboxStyledPropsType = CheckboxProps & MuiCheckboxProps; export declare const Checkbox: ComponentType; export {}; //# sourceMappingURL=Checkbox.styled.d.ts.map