import { ComponentProps } from 'react'; declare const SwitchComponent: import("react").FunctionComponent & import("@salutejs/plasma-new-hope/styled-components").SwitchProps & import("react").RefAttributes>; export declare const Switch: import("react").FunctionComponent & import("@salutejs/plasma-new-hope/styled-components").SwitchProps & import("react").RefAttributes>; export type SwitchProps = ComponentProps; export {};