///
import { GridState } from '../../state';
import { ToolbarCollectionBaseProps } from '../ToolbarCollection';
import { FiltersMap } from '@wix/bex-core';
export interface GridPlaceholderStatesProps extends ToolbarCollectionBaseProps {
state: GridState;
}
declare function _GridPlaceholderStates(props: GridPlaceholderStatesProps): JSX.Element;
export declare const GridPlaceholderStates: typeof _GridPlaceholderStates & {
displayName: string;
};
export {};
//# sourceMappingURL=GridPlaceholderStates.d.ts.map