/** * Switch Component Styles * Track + thumb visual, ARIA role="switch". * * Reuses input-container/error-message rules from input styles for label * and error layout consistency. */ /** Rules for one custom (non-built-in) flavor — see utils/flavor-sheet.ts. */ export declare const switchCustomFlavorCss: (base: string) => string; export declare const switchStyles: string; //# sourceMappingURL=switch.d.ts.map