import type { ComponentProps } from "react"; import { StyledPageTitle } from "../TopBar.styled"; export declare function PageTitle({ children, ...props }: ComponentProps): import("react/jsx-runtime").JSX.Element;