export default createSpacing; export function createSystemSpace({ unit }: { unit: any; }): number[]; declare function createSpacing(unit?: number): { (...args: any[]): string; unit: number; };