interface ExtendedWindow extends Window { HTMLInputElement: HTMLInputElement; } interface FigmaToHtmlContext { window: ExtendedWindow; document: Document; } export declare const context: FigmaToHtmlContext; export declare const setContext: (window: Window) => void; export declare const replaceSvgFill: (svg: string, fillColor: string) => string; export {};