import React from 'react'; type LayoutDirectionProps = { rtl?: boolean; }; export declare const LayoutDirection: React.FC>; export {};