import { EmptyStateProps } from '../../primitives/empty-state.js'; export type AuthEmptyStateProps = EmptyStateProps; export declare function AuthEmptyState({ icon, ...props }: AuthEmptyStateProps): import("react").JSX.Element; /** @deprecated Use {@link AuthEmptyState}. */ export declare const WorkspaceEmptyState: typeof AuthEmptyState; /** @deprecated Use {@link AuthEmptyStateProps}. */ export type WorkspaceEmptyStateProps = AuthEmptyStateProps;