/**
 * @license
 * Copyright 2025 Sandlada & Kai Orion
 * SPDX-License-Identifier: MIT
 */
import type { ExtractPublicPropTypes, VNode } from 'vue';
export declare const props: {};
export type TBottomAppBarProps = ExtractPublicPropTypes<typeof props>;
export type TBottomAppBarSlots = {
    'leading-icons'?: VNode;
    default?: VNode;
};
//# sourceMappingURL=bottom-app-bar.definition.d.ts.map