export { default as iconList } from "../icon-list"; declare function _default({ type, prefix, className, ...props }: { [x: string]: any; type: any; prefix?: string | undefined; className?: string | undefined; }): JSX.Element; export default _default; //# sourceMappingURL=index.d.ts.map