import * as React from 'react'; export interface IconBaseProps extends Omit, 'ref'> { className?: string | undefined; label?: string | undefined; spin?: boolean | undefined; } export declare class IconBase {}