/// export declare const IconDialog: (props: { onClose: (icon: string) => void; selectedIcon: string; isOpen: boolean; }) => JSX.Element;