import * as RadixSwitch from '@radix-ui/react-switch'; import * as React from 'react'; declare const StyledSwitch: React.ForwardRefExoticComponent, "size"> & { size?: "md" | "lg" | undefined; } & { as?: React.ElementType; }>; type SwitchProps = React.ComponentProps; export declare const Switch: { ({ size, ...rest }: SwitchProps): React.JSX.Element; displayName: string; }; export {};