interface IStackIcons {
    readonly [key: string]: string;
}
export declare const stackIconsURL: IStackIcons;
export {};
