export type Icon = {
    source: string;
    name: string;
    label: string;
};
export type IconSet = {
    name: string;
    icons: Icon[];
    label: string;
};
//# sourceMappingURL=types.d.ts.map