import { SvelteComponentTyped } from "svelte"; declare const __propDef: { props: { [x: string]: any; element?: HTMLLIElement | undefined; active?: boolean | undefined; download?: string | undefined; href?: string | undefined; rel?: string | undefined; target?: string | undefined; class?: string | undefined; id?: string | undefined; name?: string | undefined; style?: string | undefined; tabindex?: string | number | undefined; title?: string | undefined; hidden?: import("../../..").DESIGN_HIDDEN_ARGUMENT | undefined; margin?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; margin_x?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; margin_y?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; margin_top?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; margin_left?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; margin_bottom?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; margin_right?: import("../../../types/spacings").DESIGN_SPACING_ARGUMENT | undefined; }; events: { click: MouseEvent; }; slots: { default: {}; }; }; export declare type BreadcrumbAnchorProps = typeof __propDef.props; export declare type BreadcrumbAnchorEvents = typeof __propDef.events; export declare type BreadcrumbAnchorSlots = typeof __propDef.slots; export default class BreadcrumbAnchor extends SvelteComponentTyped { } export {};