import { ReactNode } from 'react'; import { ToolbarCollectionEmptyStateBaseProps } from './ToolbarCollectionEmptyStateBase'; export interface ToolbarCollectionEmptyStateProps extends Partial { children?: ReactNode; } declare function _ToolbarCollectionEmptyState(props: Omit): JSX.Element; export declare const ToolbarCollectionEmptyState: typeof _ToolbarCollectionEmptyState & { displayName: string; }; export {}; //# sourceMappingURL=ToolbarCollectionEmptyState.d.ts.map