/// export declare const EmptyFolderObj: any; export declare const MoveTargetEmptyFolder: any; export declare const MoveTargetNewFolder: any; export declare const UploadTargetEmptyFolder: any; export declare const UploadTargetNewFolder: 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, isMoveTarget, isUploadTarget, isNewlyCreatedFolder, }: { searchApplied: boolean; setShouldClearSearchFilters: (shouldClearSearchFilters: boolean) => void; handleGoBack: () => void; handleRetryFetch: () => void; isAPIError: boolean; isSuggestions?: boolean; isResponsive?: boolean; isMoveTarget?: boolean; isUploadTarget?: boolean; isNewlyCreatedFolder?: boolean; }) => JSX.Element;