export declare const FormControlLayoutCustomIcon: ({ className, onClick, type, iconRef, ...rest }: { className?: any; onClick?: any; type?: any; iconRef?: any; [p: string]: any; }) => (any | any);