import type { IAppBarComponentType } from './types'; declare const AppBar: IAppBarComponentType; export { AppBar }; export type { IAppBarProps } from './types';