import * as React from 'react';
import { OptionTypeProps } from "./index";
declare const IconWithMetaOption: (props: OptionTypeProps) => React.JSX.Element;
export default IconWithMetaOption;
