import { RemoteIconType as type, RemoteIconData as data, MaterialIcons as material } from "./icons"; declare const types: { iconType: typeof type; }; export { types, data, material, };