import './index.os.less'; declare type ActionCenterProps = { visibleNavigation: boolean; }; declare const ActionCenter: ({ visibleNavigation }: ActionCenterProps) => JSX.Element; export default ActionCenter;