import React from 'react'; import type { EmptyStateProps } from '../../../../types/empty-state'; /*** * Reusable fallback state for empty lists, missing data, or first-run experiences. * * `EmptyState` combines concise copy with optional primary and secondary actions * so apps can guide users without custom card and button wiring. * * @example Empty project list * ```tsx * * ``` */ export declare const EmptyState: (props: EmptyStateProps) => React.ReactElement | null; //# sourceMappingURL=EmptyState.d.ts.map