import type { RendererHandle } from '../base.types'; export interface CadRendererProps { url: string; file?: File; fileName?: string; } export declare const CadRenderer: import("react").ForwardRefExoticComponent>; //# sourceMappingURL=index.d.ts.map