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