export declare const IconTip: ({ type, ariaLabel: ariaLabel, color, size, iconProps, ...rest }: { type?: any; ariaLabel?: any; color?: any; size?: any; iconProps?: any; [p: string]: any; }) => any;