import React from "react"; import { PushedProps } from "../types"; interface Props extends PushedProps { } declare const MobilePanelHeaderFixed: React.FC; export default MobilePanelHeaderFixed;