import * as React from 'react'; export interface AutocompleteContentNotFoundProps { children?: React.ReactNode; className?: string; show?: boolean; } export declare function AutocompleteContentNotFound({ children, className, show, }: AutocompleteContentNotFoundProps): import("react/jsx-runtime").JSX.Element | null; export declare namespace AutocompleteContentNotFound { var displayName: string; }