import React from 'react'; import { FlintEmptyTitle as FlintEmptyTitleElement } from '@getufy/flint-ui/empty/flint-empty'; /** * Displays the heading of an empty state. * * @slot (default) - Title text. */ export interface FlintEmptyTitleProps extends React.HTMLAttributes { } export declare const FlintEmptyTitle: React.ForwardRefExoticComponent>;