import type { FC, ReactElement } from 'react';
export declare function createIconComponent(svg: ReactElement): FC<{}>;
