import type { Theme } from "../../defaultTheme";
declare const getSpacing: (theme: Theme) => Record<string, string>;
export default getSpacing;
