import { type ToggleSwitchProps as PrimerToggleSwitchProps } from '@primer/react'; import type { StyledProps } from '../styled-props'; type ToggleSwitchProps = PrimerToggleSwitchProps & Omit; declare const ToggleSwitch: import("react").ForwardRefExoticComponent & import("react").RefAttributes>; export { ToggleSwitch, type ToggleSwitchProps }; //# sourceMappingURL=ToggleSwitch.d.ts.map