import type { FC } from 'react'; interface NothingFoundProps { emptyResultText?: string; } export declare const NothingFound: FC; export {}; //# sourceMappingURL=NothingFound.d.ts.map