/// import type { Overwrite } from '@epam/uui-core'; import * as uuiComponents from '@epam/uui-components'; interface SwitchMods { /** * Defines component size. * @default '18' */ size?: '12' | '18' | '24'; } export interface SwitchModsOverride { } /** Represents the properties of the Switch component. */ export interface SwitchProps extends uuiComponents.SwitchProps, Overwrite { } export declare const Switch: import("react").ComponentType>; export {}; //# sourceMappingURL=Switch.d.ts.map