declare const FancySwitch: import('react').ForwardRefExoticComponent<{ label?: string; description?: string; alignSwitch?: import('../../../types').TTextAlignLR; themeTypeBox?: import('../../../types/TUiColorsMain').TUiColorsMain; layerBox?: import('../../../types').TLayer; wide?: boolean; borderRadius?: import('../../../../lib').TThemeArrayOrValueCSS; } & import('../../molecules/Switch').TSwitch & Omit, keyof import('../../molecules/Switch').TSwitch> & import('react').RefAttributes>; export default FancySwitch;