/// type InfinitePlaneProps = { height?: number; size?: [number, number]; visible?: boolean; }; export declare function InfinitePlane(props: InfinitePlaneProps): import("react").JSX.Element | null; export {};