export declare const SwitchLabelPositions: { Gone: string; Outer: string; Inner: string; }; export type SwitchLabelPosition = (typeof SwitchLabelPositions)[keyof typeof SwitchLabelPositions];