import React from 'react'; import { FlintCommandEmpty as FlintCommandEmptyElement } from '@getufy/flint-ui/command/flint-command'; /** * Empty state message shown when no command items match the current query. Managed automatically by the parent `flint-command` element. * * @slot (default) - Message text, e.g. "No results found." */ export interface FlintCommandEmptyProps extends React.HTMLAttributes { } export declare const FlintCommandEmpty: React.ForwardRefExoticComponent>;