import { StyleValue } from 'vue';
export interface NavbarPitProps {
    rootStyle?: StyleValue;
    rootClass?: string;
    statusBar?: boolean;
}
