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