declare type EmptyStateProps = { hasSearchQuery: boolean; }; export declare function EmptyState({ hasSearchQuery }: EmptyStateProps): import("@emotion/react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=EmptyState.d.ts.map