import { type PropsWithChildren } from 'react';
interface Props {
    title: string;
    id?: string;
}
/** @internal */
export declare const ModalHeader: ({ title, children, id }: PropsWithChildren<Props>) => import("react/jsx-runtime").JSX.Element;
export {};
