export declare const getIconDom: (html: string, selector: string) => {
    icon: string | null;
    type: string;
};
