import * as React from "react"; import * as react_jsx_runtime71 from "react/jsx-runtime"; //#region src/components/organisms/EmptySearchResult.d.ts interface EmptySearchResultProps { emptySearchTitle?: React.ReactNode; emtptySearchTitle?: React.ReactNode; emptySearchDescription?: React.ReactNode; emtptySearchDescription?: React.ReactNode; onSearchChange?: (value: string) => void; handleSearchChange?: (value: string) => void; className?: string; } declare function EmptySearchResult({ emptySearchTitle, emtptySearchTitle, emptySearchDescription, emtptySearchDescription, onSearchChange, handleSearchChange, className }: EmptySearchResultProps): react_jsx_runtime71.JSX.Element; //#endregion export { EmptySearchResult }; //# sourceMappingURL=EmptySearchResult.d.ts.map