import type { AllHTMLAttributes, ReactNode } from 'react';
import { type BoxProps } from '../Box';
export type ToggleSwitchProps = BoxProps & AllHTMLAttributes & {
labelChildren?: ReactNode;
};
declare const ToggleSwitch: import("react").ForwardRefExoticComponent & {
labelChildren?: ReactNode;
} & import("react").RefAttributes>;
export default ToggleSwitch;
//# sourceMappingURL=ToggleSwitch.d.ts.map