import { CdnEvent, CdnLoadingGraphErrorEvent } from './events.models'; import { CircularDependencies, DependenciesError } from './errors.models'; export declare function sanitizeCssId(id: string): string; export declare function insertLoadingGraphError(contentDiv: HTMLDivElement, event: CdnLoadingGraphErrorEvent): void; export declare function dependenciesErrorView(error: DependenciesError): HTMLDivElement; export declare function circularDependenciesView(error: CircularDependencies): HTMLDivElement; export declare function updateLibStatusView(libraryName: string, divLib: HTMLDivElement, event: CdnEvent): void; /** * The default svg Youwol logo. * * @category Loading screen */ export declare function youwolSvgLogo(): string;