import React from 'react';
export declare function DirectionWrapper({ direction, className, ...props }: {
    [x: string]: any;
    direction: any;
    className?: any;
}): React.JSX.Element;
//# sourceMappingURL=_direction.wrapper.d.ts.map