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