import { type ViewProps } from "react-native";
import { type AnimatedProps } from "react-native-reanimated";
export declare function InvisibleView(props: Pick<AnimatedProps<ViewProps>, "onLayout">): import("react").JSX.Element;
//# sourceMappingURL=invisible-view.d.ts.map