/// export declare const EmptyFolderObj: any; export declare const NoResultEmptyObj: any; export declare const NoAssetsFound: any; export declare const getEmptyStateWithActions: (emptyObj: any, handlers: { handleGoBack?: () => void; handleRetryFetch?: () => void; handleClearFilters?: () => void; }) => any; export declare const SpaceAssetsEmptyState: ({ searchApplied, setShouldClearSearchFilters, handleGoBack, handleRetryFetch, isAPIError, isSuggestions, isResponsive }: { searchApplied: boolean; setShouldClearSearchFilters: (shouldClearSearchFilters: boolean) => void; handleGoBack: () => void; handleRetryFetch: () => void; isAPIError: boolean; isSuggestions?: boolean; isResponsive?: boolean; }) => JSX.Element;