import { ReactElement } from 'react'; import { Primitive } from '../common/primitive'; import { Toggle } from '../common/toggle'; export interface Props extends Toggle.ButtonProps, Primitive.SVGBasedProps { } export declare const ThreeWay: ({ color, orientation, scale, ...rest }: Props) => ReactElement; //# sourceMappingURL=ThreeWay.d.ts.map