type IconSvgString = string;
type IconNameString = string;
type IconShapeTuple = [IconNameString, IconSvgString];
export declare const ukisIcon: IconShapeTuple;
export declare const eocIcon: IconShapeTuple;
export declare const dlrIcon: IconShapeTuple;
export {};
