import { IconComponent, IconPropSize } from '@consta/icons/Icon'; import React from 'react'; import { FieldPropSize } from '.'; export declare const renderSide: (side: string | IconComponent | undefined, fieldSize: FieldPropSize, iconSize: IconPropSize | undefined, ref?: React.Ref) => import("react/jsx-runtime").JSX.Element | undefined;