declare const DashBoardHeader: ({ title, customElement, showEdit, showDropDowan }: { title: any; customElement: any; showEdit?: boolean; showDropDowan?: boolean; }) => import("react/jsx-runtime").JSX.Element; export { DashBoardHeader }; export default DashBoardHeader;