import * as React from 'react';
import { FormComponentProps } from '@tomino/dynamic-form';
import { SemanticICONS } from 'semantic-ui-react/dist/commonjs/generic';
export declare type IconProps = {
    name: SemanticICONS;
};
export declare const IconView: React.FC<FormComponentProps<IconProps>>;
