import { PropType } from 'vue';
declare const _default: {
    loadDefaultIcons: {
        type: BooleanConstructor;
        default: boolean;
    };
    name: {
        type: StringConstructor;
        default: string;
        required: boolean;
    };
    size: {
        type: StringConstructor;
        default: any;
    };
    tag: {
        type: StringConstructor;
        default: string;
    };
    url: {
        type: PropType<string | string[]>;
    };
    onClick: PropType<(context: {
        e: MouseEvent;
    }) => void>;
};
export default _default;
