import { ReactNode } from 'react'; import { EmptyStateBaseProps } from './EmptyStateBase'; import { PremiumButtonProps } from './PremiumButton'; export interface PremiumEmptyStateProps extends Omit, 'cta'>, PremiumButtonProps { children?: ReactNode; } declare function _PremiumEmptyState(props: PremiumEmptyStateProps): JSX.Element; export declare const PremiumEmptyState: typeof _PremiumEmptyState & { displayName: string; }; export {}; //# sourceMappingURL=PremiumEmptyState.d.ts.map