export declare const switchClassNamePrefix: "os-shared-Switch"; export declare const switchClassNames: { readonly root: "os-shared-Switch-root"; }; export type SwitchClassNames = (typeof switchClassNames)[keyof typeof switchClassNames];