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