/// <reference types="react" />
import type { SxProps } from '@mui/system';
interface Props {
    children: React.ReactNode;
    sx?: SxProps;
}
export declare const ModalHeader: ({ children, sx }: Props) => import("react/jsx-runtime").JSX.Element;
export {};
