import { AppAction } from "../../../types/AppAction"; export interface AppSubTitleProps { titleKey: string; actions?: AppAction[]; className?: string; } export declare function AppSubTitle({ titleKey, actions, className }: AppSubTitleProps): React.JSX.Element; //# sourceMappingURL=AppSubTitle.d.ts.map