import { PathwayOverlayProps } from './_types'; export declare const createCompositePathwayOverlay: (props: PathwayOverlayProps) => { events: { loadAnimation: () => void; }; element: HTMLElement; styles: string; update?: (props: Partial) => void; destroy?: () => void; }; //# sourceMappingURL=overlay.d.ts.map