import { GetAllScalePropsFunction, GetScalePropsFunction, ScaleProps } from "./scale-context"; export declare const generateGetScaleProps:

(props: P & ScaleProps) => GetScalePropsFunction; export declare const generateGetAllScaleProps:

(props: P & ScaleProps) => GetAllScalePropsFunction;