import * as react from 'react'; import * as _radix_ui_react_switch from '@radix-ui/react-switch'; export { SwitchProps, SwitchThumbProps } from '@radix-ui/react-switch'; import * as tailwind_variants from 'tailwind-variants'; import * as tailwind_variants_dist_config_js from 'tailwind-variants/dist/config.js'; import * as _fellipeutaka_styles from '@fellipeutaka/styles'; declare const SwitchStyles: { Root: tailwind_variants.TVReturnType<{ [key: string]: { [key: string]: _fellipeutaka_styles.ClassValue | { base?: _fellipeutaka_styles.ClassValue; }; }; } | { [x: string]: { [x: string]: _fellipeutaka_styles.ClassValue | { base?: _fellipeutaka_styles.ClassValue; }; } | undefined; } | {}, undefined, string[], tailwind_variants_dist_config_js.TVConfig, { [key: string]: { [key: string]: _fellipeutaka_styles.ClassValue | { base?: _fellipeutaka_styles.ClassValue; }; }; } | {}, undefined, tailwind_variants.TVReturnType, unknown, unknown, undefined>>; Thumb: tailwind_variants.TVReturnType<{ [key: string]: { [key: string]: _fellipeutaka_styles.ClassValue | { base?: _fellipeutaka_styles.ClassValue; }; }; } | { [x: string]: { [x: string]: _fellipeutaka_styles.ClassValue | { base?: _fellipeutaka_styles.ClassValue; }; } | undefined; } | {}, undefined, string[], tailwind_variants_dist_config_js.TVConfig, { [key: string]: { [key: string]: _fellipeutaka_styles.ClassValue | { base?: _fellipeutaka_styles.ClassValue; }; }; } | {}, undefined, tailwind_variants.TVReturnType, unknown, unknown, undefined>>; }; declare const SwitchRoot: react.ForwardRefExoticComponent, "ref"> & react.RefAttributes>; declare const SwitchThumb: react.ForwardRefExoticComponent, "ref"> & react.RefAttributes>; declare const SwitchComponent: react.ForwardRefExoticComponent, "ref"> & react.RefAttributes, "ref"> & react.RefAttributes>; declare const Switch: react.ForwardRefExoticComponent, "ref"> & react.RefAttributes, "ref"> & react.RefAttributes> & { Root: react.ForwardRefExoticComponent, "ref"> & react.RefAttributes>; Thumb: react.ForwardRefExoticComponent, "ref"> & react.RefAttributes>; }; export { Switch, SwitchComponent, SwitchRoot, SwitchStyles, SwitchThumb };