import { IconProps } from '../../iconUtils'; export declare const Factory: import('react').MemoExoticComponent<(props: IconProps) => import('react').ReactElement>; export type FactoryProps = IconProps; export default Factory;