import { ITheme } from '../interfaces';
export declare const space: (theme: ITheme) => (props: any) => string | number;
