type __VLS_Props = {
    to?: string | {
        name: string;
    };
    label?: any;
    value?: any;
    faIcon?: string;
    icon?: string;
};
declare const _default: import('vue').DefineComponent<__VLS_Props, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, {}, string, import('vue').PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
    label: any;
    icon: string;
    value: any;
    to: string | {
        name: string;
    };
    faIcon: string;
}, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>;
export default _default;
