/// interface DirectionControlProps { direction: 'rtl' | 'ltr'; toggleDirection(): void; } export declare function DirectionControl({ direction, toggleDirection }: DirectionControlProps): JSX.Element; export {}; //# sourceMappingURL=DirectionControl.d.ts.map