import { WithoutFormLabelProps } from './Checkbox.types'; /** * Checkbox without MUI FormControlLabel wrapper for custom layouts */ export default function WithoutFormLabel({ defaultChecked, checked, onChange, isDisabled, label, isRequired, ...args }: WithoutFormLabelProps): import("react/jsx-runtime").JSX.Element; //# sourceMappingURL=WithoutFormLabel.d.ts.map