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