export declare const useDynamicSVGImport: (name: string) => { error: any; loading: boolean; svgContent: string | null; };