import { EuiIconArgs, IconType } from '../eui-icon'; import { CommonArgs, ExclusiveUnion } from '../common'; export declare type EuiFormControlLayoutCustomIconArgs = CommonArgs & ExclusiveUnion, HTMLSpanElement> & { type: IconType; size?: EuiIconArgs['size']; iconRef?: string | ((el: HTMLButtonElement | HTMLSpanElement | null) => void); };