import type { RtlSpacing, BorderRadius, Translate3d, TextAlign } from "./types";
export declare const rtlSpacing: RtlSpacing;
export declare const left: (theme: import("../../defaultTheme").ThemeProps) => string;
export declare const right: (theme: import("../../defaultTheme").ThemeProps) => string;
export declare const borderRadius: BorderRadius;
export declare const textAlign: TextAlign;
export declare const translate3d: Translate3d;
