/// import { Material } from "three"; type FrameProps = { width: number; height: number; thickness?: number; material?: Material; innerFrameMaterial?: Material; }; export declare function Frame(props: FrameProps): import("react").JSX.Element; export {};