import type { ValuesOf } from "../../util/typings.js"; /** Label position values for {@link Switch}. */ export declare const SwitchLabelPositions: { readonly above: "above"; readonly after: "after"; readonly before: "before"; }; /** Single label position value for {@link Switch}. */ export type SwitchLabelPosition = ValuesOf; //# sourceMappingURL=switch.options.d.ts.map