import React from "react";
import { View } from "react-native";
export declare const LayoutView: React.ForwardRefExoticComponent<Omit<import("react-native").ViewProps, "children"> & {
    children?: ((layout: import("@huds0n/utilities").UtilityTypes.LayoutRectangle) => React.ReactNode | React.ReactNode[]) | undefined;
    significantChangePercent?: number | undefined;
} & React.RefAttributes<View>>;
//# sourceMappingURL=index.d.ts.map