import React from "react"; /** @deprecated Use the new grid. */ export declare const GridPrimaryBar: { (props: any): React.JSX.Element; propTypes: { /** * Title of the action bar */ title: any; /** * Child content to add within action bar */ children: any; /** * The event that occurs when the grid changes due to a search */ onChange: any; /** * Passes click event to function for fit to grid */ fitClick: any; /** * Passes click event to function for expanding grid */ expandClick: any; /** * Passes click event to function for clearing filters */ clearClick: any; /** * Passes click event to function for exporting grid */ exportClick: any; /** * Passes function that executes on the insights button click */ insightsClick: any; /** * Passes click event to function for filtering grid */ filterClick: any; /** * Passes click event to function for disabling columns in grid */ columnsClick: any; /** * Passes click event to function for grouping grid */ groupClick: any; /** * Specifies whether to hide the search bar */ hideSearchBar: any; /** * An optional array of secondary action buttons to display. * Required minimum format: * { tooltip: 'Description', label: 'Label', onClick: () => console.log('Button clicked'), }, */ secondaryActionButtons: any; /* * Specifies which action buttons to hide */ hiddenActionButtons: any; /* * Specifies which action button labels to hide */ hiddenLabels: any; /** * Passes function that executes on the primary action button click */ onPrimaryActionClick: any; /** * Specifies the label for the primary action button */ primaryActionLabel: any; /** * Specifies the icon for the primary action button */ primaryActionIcon: any; }; }; //# sourceMappingURL=GridPrimaryBar.d.ts.map