import { AppBarInterface, AppBarNavInterface } from './appBar.types'; export declare function appBarTheme(props: AppBarInterface): any; export declare function appBarNavTheme(props: AppBarNavInterface): any; export declare function appBarContentTheme(props: AppBarInterface): any; export declare function appBarAppearanceTheme(props: AppBarInterface): any; export declare function appBarBrandTheme(props: AppBarInterface): any; export declare function appBarPanelTheme(props: AppBarInterface): any; export declare function appBarSearchTheme(props: AppBarInterface): any; export declare function appBarTriggerTheme(props: AppBarInterface): any; export declare function appBarFooterTheme(props: AppBarInterface): any;