interface Depth {
    depth?: 0 | 1;
}
export declare function useMeasure(Component: any, { depth }?: Depth): any[];
export {};
