import React from 'react'; import { FlintEmptyHeader as FlintEmptyHeaderElement } from '@getufy/flint-ui/empty/flint-empty'; /** * Groups the media, title, and description of an empty state. * * @slot (default) - Accepts `flint-empty-media`, `flint-empty-title`, `flint-empty-description`. */ export interface FlintEmptyHeaderProps extends React.HTMLAttributes { } export declare const FlintEmptyHeader: React.ForwardRefExoticComponent>;