import type { PartsStyleFunction } from "@chakra-ui/theme-tools"; export declare const Switch: { parts: ("container" | "track" | "thumb")[]; baseStyle: PartsStyleFunction, "parts">>; sizes: Record>>; defaultProps: { size: string; colorScheme: string; }; };