import { SearchFormProps } from './SearchForm.types'; /** * SearchForm component for searching assets and folders * Provides controlled input with debouncing, clear button, and optional search button * * @example * ```tsx * // Basic usage with controlled input * * * // With search button and debouncing * * * // Loading state * * ``` */ export declare const SearchForm: import('react').ForwardRefExoticComponent>; export default SearchForm; //# sourceMappingURL=SearchForm.d.ts.map