import { IIcon } from "../../models";
export declare class IconPresets {
    static get custom(): {
        msTeams: IIcon;
    };
}
