import React from 'react'; export declare const PrimaryActionHeader: { (props: any): React.JSX.Element; propTypes: { /** * Primary action button label */ buttonLabel: any; /** * Page title */ title: any; /** * Page subtitle */ subheader: any; /** * Primary action button function */ handleClick: any; /** * prop for mapped secondary button data */ secondaryButtons: any; /** * Hides Primary Action Button (not recommended) */ hidePAB: any; /** * Allows search option to display */ search: any; /** * Search field designed to fit header space */ searchField: any; /** * If true, expanded space for advanced search is open */ expandOptions: any; /** * Function to close expanded space when the user mouse leaves */ handleMouseLeave: any; /** * The contents of the expanded search */ expandedContent: any; /** * Handle change option for tabs (when the tab prop is active) */ handleChange: any; /** * Sends value that determines what tab content is visable (when the tab prop is active) */ value: any; /** * Prop to pass an array of tab lables to display tabs (when the tab prop is active) */ tabList: any; /** * Prop option to display tabs. Tabs are available when true. Also provides additional formatting. */ tabs: any; /** * Click event to resize grid to fit (when using the PAH to display a grid). */ resizeGrid: any; /** * Click event to collapse Ag Grid when grouped (when using the PAH to display a grid). */ collapse: any; /** * Click event to expand Ag Grid when grouped (when using the PAH to display a grid). */ expandAllItems: any; /** * Click event to save Ag Grid configurations (e.g. filters, sorting, column widths, etc.) when using the PAH to display a grid. */ saveGridConfig: any; /** * Click event to delete Ag Grid configurations (e.g. filters, sorting, column widths, etc.) when using the PAH to display a grid. */ deleteGridConfig: any; /** * Click event to clear Ag Grid configurations (e.g. filters, sorting, column widths, etc.) when using the PAH to display a grid. */ clearGridConfig: any; /** * Prop that accepts a component of groups (when using the PAH to display a grid). */ groups: any; /** * Prop option to display grid. Grid formatting is available when true. */ grid: any; /** * Prop option to display grid. Grid formatting is available when true. */ otherProps: any; /** * Prop option to show secondary buttons on top row. */ bottomRowSecondary: any; /** * Prop option to show secondary buttons on bottom row. */ topRowSecondary: any; /** * Exposes onClick for back arrow. Only displays arrow when a function is provided. */ clickBack: any; /** * Toggles visaiblity for loading progress bar. */ loading: any; /** * The value of progress loading. */ loadingVal: any; /** * Exposes function to open group options. */ openGroups: any; /** * Exposes function to open filter options. */ openFilter: any; /** * Alternate method to include toolbar inputs. */ altInputs: any; /** * If true, actionRow will be hidden */ hideActionRow: any; /** * Props forwarded to UdpTablist (Fluent); overrides tabVariant defaults. */ tabProps: any; /** * Determines if the primary action header should be multiple rows */ single: any; }; defaultProps: { hidePAB: boolean; }; }; //# sourceMappingURL=PrimaryActionHeader.d.ts.map