export declare const getTypographyPreset: (defaultPath: string | undefined, overridePath?: string | false, option?: { withCrop: boolean; } | undefined) => (props: Props) => any; /** * @deprecated This method has been deprecated and will be removed in a future release, use getResponsiveSpacingInlineHorizontal instead */ export declare const getSpacingInlineHorizontal: (defaultPath: string | undefined, overridePath?: string | false, option?: string | undefined) => (props: Props) => any; /** * @deprecated This method has been deprecated and will be removed in a future release, use getResponsiveSpacingInlineVertical instead */ export declare const getSpacingInlineVertical: (defaultPath: string | undefined, overridePath?: string | false, option?: string | undefined) => (props: Props) => any; /** * @deprecated This method has been deprecated and will be removed in a future release, use getResponsiveSpacingStackHorizontal instead */ export declare const getSpacingStackHorizontal: (defaultPath: string | undefined, overridePath?: string | false, option?: string | undefined) => (props: Props) => any; /** * @deprecated This method has been deprecated and will be removed in a future release, use getResponsiveSpacingStackVertical instead */ export declare const getSpacingStackVertical: (defaultPath: string | undefined, overridePath?: string | false, option?: string | undefined) => (props: Props) => any; /** * @deprecated This method has been deprecated and will be removed in a future release, use getResponsiveSpace instead */ export declare const getSpacingInset: (defaultPath: string | undefined, overridePath?: string | false, option?: undefined) => (props: Props) => any; /** * @deprecated This method has been deprecated and will be removed in a future release, use getResponsiveSize instead */ export declare const getSizing: (defaultPath: string | undefined, overridePath?: string | false, option?: undefined) => (props: Props) => any; /** * @deprecated This method has been deprecated and will be removed in a future release, use getResponsiveSize instead */ export declare const getMinHeight: (defaultPath: string | undefined, overridePath?: string | false, option?: undefined) => (props: Props) => any; /** * @deprecated This method has been deprecated and will be removed in a future release, use getResponsiveSize instead */ export declare const getMinWidth: (defaultPath: string | undefined, overridePath?: string | false, option?: undefined) => (props: Props) => any; /** * @deprecated This method has been deprecated and will be removed in a future release, use getResponsiveSize instead */ export declare const getHeight: (defaultPath: string | undefined, overridePath?: string | false, option?: undefined) => (props: Props) => any; /** * @deprecated This method has been deprecated and will be removed in a future release, use getResponsiveSize instead */ export declare const getWidth: (defaultPath: string | undefined, overridePath?: string | false, option?: undefined) => (props: Props) => any; /** * @deprecated This method has been deprecated and will be removed in a future release, use getResponsiveSize instead */ export declare const getSize: (defaultPath: string | undefined, overridePath?: string | false, option?: undefined) => (props: Props) => any; /** * @deprecated This method has been deprecated and will be removed in a future release, use getResponsiveSize instead */ export declare const getMaxSize: (defaultPath: string | undefined, overridePath?: string | false, option?: undefined) => (props: Props) => any; /** * @deprecated This method has been deprecated and will be removed in a future release, use getResponsiveSize instead */ export declare const getMinSize: (defaultPath: string | undefined, overridePath?: string | false, option?: undefined) => (props: Props) => any; /** * @deprecated This method has been deprecated and will be removed in a future release, use getResponsiveSpace instead */ export declare const getSpace: (defaultPath: string | undefined, overridePath?: string | false, option?: string | undefined) => (props: Props) => any; /** * @deprecated This method has been deprecated and will be removed in a future release, use getResponsiveBorder instead */ export declare const getWeight: (defaultPath: string | undefined, overridePath?: string | false, option?: undefined) => (props: Props) => any; export declare const getResponsiveSpace: (cssProperty: string | import("./base").FromThemeCallback, defaultPath: string, overridePath: string, defaultsObjectKey: string) => (props: Props) => string | import("@emotion/serialize").CSSObject; export declare const getResponsiveSize: (cssProperty: string | import("./base").FromThemeCallback, defaultPath: string, overridePath: string, defaultsObjectKey: string) => (props: Props) => string | import("@emotion/serialize").CSSObject; export declare const getResponsiveMotion: (cssProperty: string | import("./base").FromThemeCallback, defaultPath: string, overridePath: string, defaultsObjectKey: string) => (props: Props) => string | import("@emotion/serialize").CSSObject; export declare const getResponsiveBorder: (cssProperty: string | import("./base").FromThemeCallback, defaultPath: string, overridePath: string, defaultsObjectKey: string) => (props: Props) => string | import("@emotion/serialize").CSSObject; export declare const getResponsiveSpacingInlineHorizontal: (defaultPath: string, overridePath?: string) => (props: Props) => string | import("@emotion/serialize").CSSObject; export declare const getResponsiveSpacingInlineVertical: (defaultPath: string, overridePath?: string) => (props: Props) => string | import("@emotion/serialize").CSSObject; export declare const getResponsiveSpacingStackHorizontal: (defaultPath: string, overridePath?: string) => (props: Props) => string | import("@emotion/serialize").CSSObject; export declare const getResponsiveSpacingStackVertical: (defaultPath: string, overridePath?: string) => (props: Props) => string | import("@emotion/serialize").CSSObject; export declare const getResponsiveSpacingInset: (defaultPath: string, overridePath?: string) => (props: Props) => string | import("@emotion/serialize").CSSObject; //# sourceMappingURL=get-defaults.d.ts.map