import type { DeepPartial, FlowbiteClass } from 'flowbite-angular';
/**
 * Required properties for the class generation of `NavbarBrandComponent`
 */
export interface NavbarBrandProperties {
    customStyle: DeepPartial<NavbarBrandTheme>;
}
/**
 * Theme definition for `NavbarBrandComponent`
 */
export interface NavbarBrandTheme {
    root: {
        base: string;
    };
}
/**
 * Default theme for `NavbarBrandComponent`
 */
export declare const navbarBrandTheme: NavbarBrandTheme;
/**
 * Generated class definition for `NavbarBrandComponent`
 */
export type NavbarBrandClass = FlowbiteClass;
