import type { ThemeProps } from "../../defaultTheme";
export type RtlSpacing = (value: string) => (theme: ThemeProps) => string;
//# sourceMappingURL=types.d.ts.map