/// import { SwitchProps } from "tamagui"; export type LmSwitchProps = SwitchProps & { labelLeft?: string; labelRight?: string; }; export declare function LmSwitch({ labelLeft, labelRight, space, size, ...rest }: LmSwitchProps): JSX.Element; //# sourceMappingURL=LmSwitch.d.ts.map