import React from 'react'; import { ButtonProps } from '@material-ui/core/Button'; import { CssTooltipProps } from '../CssTooltip'; import { HelpProps } from '../Help'; import { PopperFooterProps } from '../Popper'; import { ActionPopperProps } from './ActionPopper'; import { Styles } from './ActionPopper.style'; export declare type ActionPopperFooterProps = Pick & { submitTooltip?: string; submitTooltipPlacement?: CssTooltipProps['placement']; submitTooltipCenterArrow?: CssTooltipProps['centerArrow']; disabled?: boolean; onSubmitLabel?: string; onCancelLabel?: string; children?: PopperFooterProps['children']; onCancel?: ButtonProps['onClick']; onSubmit?: ButtonProps['onClick']; onHelpClick?: HelpProps['onClick']; showSpinner?: boolean; } & Styles; declare const _default: React.ComponentType & Partial> & Partial>, "disabled" | "children" | "onSubmit" | "submitTooltip" | "submitTooltipPlacement" | "onSubmitLabel" | "onCancelLabel" | "onCancel" | "onHelpClick" | "showSpinner" | "submitTooltipCenterArrow"> & import("@material-ui/core/styles/withStyles").StyledComponentProps<"root" | "paper" | "footerRoot" | "headerText" | "buttonRoot" | "headerRoot" | "headerButton" | "helpButton" | "footerButton" | "cancelButton" | "footerButtonLabel">>; export default _default; //# sourceMappingURL=Footer.d.ts.map