import { AuthEmptyStateProps } from './auth-empty-state.js'; export type OrganizationEmptyStateProps = Omit & { description?: string; title: string; }; export declare function OrganizationEmptyState({ size, ...props }: OrganizationEmptyStateProps): import("react").JSX.Element;