import { FeatureProps } from "../types";
export declare function MeasureContextProvider(props: FeatureProps): JSX.Element;
