import * as React from 'react'; import { j as ActionImpl, b as Action } from '../types-KA65ZTMd.js'; declare const Footer: React.FC<{ current: string | ActionImpl | null; icon: string | React.ReactElement; actions: (current: string | ActionImpl | null, changeVisible: () => void) => Action[]; content: (current?: string | ActionImpl | null) => string | React.ReactElement; onSubCommandHide?: () => void; onSubCommandShow?: () => void; }>; declare const FooterHr: React.FC; export { Footer, FooterHr };