import { FormControlLabelProps } from '@mui/material/FormControlLabel';
import { Meta, StoryObj } from '@storybook/react-vite';
declare const FormControlLabel: (props: FormControlLabelProps) => import("react/jsx-runtime").JSX.Element;
declare const meta: Meta<typeof FormControlLabel>;
export default meta;
type Story = StoryObj<typeof FormControlLabel>;
export declare const Checkbox: Story;
export declare const Radio: Story;
export declare const Switch: Story;
