import type Size from "../types/Size"; declare const getSwitchSize: (size?: Size) => "w-7 h-4 p-0.5" | "w-11 h-6 p-1" | "w-[3.75rem] h-8 p-1"; export default getSwitchSize; //# sourceMappingURL=getSwitchSize.d.ts.map