/// <reference types="react" />
import { FeatureProps } from "../types";
export declare function MeasureLayout(props: FeatureProps): JSX.Element;
