import { InputHTMLAttributes } from 'react';
export interface FormToggleProps extends Omit<InputHTMLAttributes<HTMLInputElement>, 'type' | 'readOnly'> {
    invalid?: boolean;
}
export declare const FormToggle: import("react").ForwardRefExoticComponent<FormToggleProps & import("react").RefAttributes<HTMLInputElement>>;
//# sourceMappingURL=FormToggle.d.ts.map