import { ComponentSize, IconColor } from '../../enums';
interface Props {
/**
* Icon name
* @example ''
*/
icon: string;
iconPrefix?: string;
size?: ComponentSize;
color?: IconColor;
disabled?: boolean;
}
declare const __VLS_export: import("vue").DefineComponent any;
}, string, import("vue").PublicProps, Readonly & Readonly<{
onClick?: (...args: MouseEvent[]) => any;
}>, {
disabled: boolean;
size: ComponentSize;
color: IconColor;
iconPrefix: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, false, {}, any>;
declare const _default: typeof __VLS_export;
export default _default;