import { TemplateMetaData } from '../../types'; export type IconMenuProps = { open: boolean; anchorEl: HTMLElement | null; onSave: (iconData: { icon: string; iconColor: string; }) => void; } & Pick; export declare const IconMenu: ({ icon, iconColor, onSave, open, anchorEl }: IconMenuProps) => JSX.Element; //# sourceMappingURL=IconMenu.d.ts.map