import { FC } from 'react'; import { AppBarTriggerInterface } from './appBar.types'; export declare const AppBarTrigger: FC;