import { Theme } from '../theme/theme.types'; export declare const units: (unit: number) => ({ theme }: { theme: Theme; }) => number;