/// import { ICONS } from "@llampukaq/icons"; declare function ModalIcon({ icons }: { icons: ICONS; }): JSX.Element; export default ModalIcon;