import RootStore from "./RootStore";
export default class BookmarksStore {
    private readonly rootStore;
    private readonly _share;
    constructor(rootStore: RootStore);
    get bookmarkedBooths(): import("./BoothStore").Booth[];
    get total(): number;
    get hasBookmarks(): boolean;
    get hasRoutableBookmarks(): boolean;
    share(): void;
}
//# sourceMappingURL=BookmarksStore.d.ts.map