type LayoutDirectionType = "rtl" | "ltr"; export declare function i18n({ rtl, ltr, }: Partial>): T | undefined; export declare const rtl: (styles: T) => T | undefined; export declare const ltr: (styles: T) => T | undefined; export {};