import { type SanitizedCollection } from "@dawncms/core"; export type ListPageHeader = { collection: SanitizedCollection; basepath: string; }; export declare function ListPageHeader({ basepath, collection }: ListPageHeader): import("react/jsx-runtime").JSX.Element;