import { IAppBarActionProps } from './types'; export declare function AppBarAction(props: IAppBarActionProps): import("react/jsx-runtime").JSX.Element; export declare namespace AppBarAction { var displayName: string; }