///
import { type SwitchProps as UISwitchProps } from '@utima/ui';
import { type ConsumeFormControlProps } from '../../formControl/FormControl';
export interface SwitchProps extends ConsumeFormControlProps {
description?: string;
}
/**
* SwitchControl component that is controlled by Informed. It is a wrapped in the
* `FormControl` component, which provides the necessary props for Informed to
* work along with label and error message handling.
*/
export declare const Switch: import("react").NamedExoticComponent;
//# sourceMappingURL=Switch.d.ts.map