import React, { ChangeEvent } from 'react'; import { PopperHeaderTextProps } from '../Popper'; import { ActionPopperProps, onCloseType } from './ActionPopper'; import { Styles } from './ActionPopper.style'; export declare type ActionPopperHeaderProps = Pick & Styles & { title: PopperHeaderTextProps['children']; appendTo?: PopperHeaderTextProps['children']; showCloseButton?: boolean; onClose: (evt: ChangeEvent<{}> | React.MouseEvent, type?: onCloseType) => void; }; declare const _default: React.ComponentType & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root" | "paper" | "footerRoot" | "headerText" | "buttonRoot" | "headerRoot" | "headerButton" | "helpButton" | "footerButton" | "cancelButton" | "footerButtonLabel">>; export default _default; //# sourceMappingURL=Header.d.ts.map