import React from 'react'; import { Size } from './Space'; export declare const ScaleContext: React.Context; export declare type ScaleProps = { size?: Size; children: any; }; export declare const Scale: (props: ScaleProps) => any; export declare const ScaleReset: ({ children }: { children: any; }) => JSX.Element; export declare const useScale: () => any; //# sourceMappingURL=Scale.d.ts.map