type Props = React.DetailedHTMLProps<React.InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> & {
    label?: string;
};
export declare const VuiCheckbox: ({ checked, onChange, label, disabled, ...rest }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
