import * as React from "react"; import type { DbFile } from '../../../../types/dbTypes'; interface Props { file: DbFile; width?: string; height?: string; } export declare function SimpleBimViewer({ file, width, height }: Props): React.JSX.Element; export {}; //# sourceMappingURL=SimpleBimViewer.d.ts.map