import { GetAllScalePropsFunction, GetScalePropsFunction, ScaleProps } from "./scale-context";
export declare const generateGetScaleProps: <P>(props: P & ScaleProps) => GetScalePropsFunction;
export declare const generateGetAllScaleProps: <P>(props: P & ScaleProps) => GetAllScalePropsFunction;