declare const AnchorItem: import("../_utils/types").SFCWithInstall<import("vue").DefineComponent<{
    showDivider: boolean;
    class?: string | import("../_utils/types").Arrayable<Record<string, boolean>> | undefined;
    style?: import("vue").StyleValue;
    label?: string | undefined;
}, () => any, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<{
    showDivider: boolean;
    class?: string | import("../_utils/types").Arrayable<Record<string, boolean>> | undefined;
    style?: import("vue").StyleValue;
    label?: string | undefined;
}> & Readonly<{}>, {
    showDivider: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>>;
export default AnchorItem;
export type { AnchorItemProps } from '../anchor/src/props';
