/// import { LocaleFunction } from '@lingxiteam/types'; interface EmptyProps { dataState: any; clsName?: string; getLocale: LocaleFunction; } declare const EmptyComp: (props: EmptyProps) => JSX.Element; export default EmptyComp;