/// import { EntityProps } from '@belivvr/aframe-react/types/core'; export declare function MirrorEntity(props: EntityProps): JSX.Element; export declare function PlaneMirror(props: EntityProps): JSX.Element;