import { IconType } from './icon-types';
interface IconDef {
    name: IconType;
    template: string;
}
export declare const iconDefs: IconDef[];
export {};
