type propsType = { title: string; headerOptions?: any[]; disableBack?: boolean; extraTitle?: any; headClassName?: string; }; export default function BAScreenHeader(props: propsType): import("react/jsx-runtime").JSX.Element; export {};