import * as React from 'react'; import { IconPropsType } from './PropsType'; declare const _default: (meta: { type: string; content: string; name: string; }) => React.FC; export default _default;