import React from 'react';
import { MessageBoxFunctionalLayoutProps, MessageBoxFunctionalLayoutTheme } from '../MessageBoxFunctionalLayout.types';
export declare const HeaderLayout: ({ title, onCancel, theme, closeButton, size, newColorsBranding, }: Pick<MessageBoxFunctionalLayoutProps, "onCancel" | "title" | "closeButton"> & {
    size: MessageBoxFunctionalLayoutProps["buttonsHeight"];
    theme: MessageBoxFunctionalLayoutTheme | "newColorsBranding";
    newColorsBranding?: boolean;
}) => React.JSX.Element;
//# sourceMappingURL=HeaderLayout.d.ts.map