/// import { GroupProps } from "@react-three/fiber"; type ModelProps = { src: string; center?: boolean; normalize?: boolean; } & GroupProps; export declare function Model(props: ModelProps): import("react").JSX.Element; export {};