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 FourWay: ({ className, orientation, scale, color: colorVal, ...rest }: Props) => ReactElement; //# sourceMappingURL=FourWay.d.ts.map