import IconWrapperProps from './type'; declare const Icon: { ({ ...props }: IconWrapperProps): import("react/jsx-runtime").JSX.Element; defaultProps: { size: string; name: string; }; }; export default Icon; //# sourceMappingURL=index.d.ts.map