import React from "react"; declare type EmptyState = { text: string; icon?: string; image?: string; size?: string; extra?: React.ReactNode; light?: boolean; translator?: (key: string, optios?: any) => string; }; declare function EmptyState({ text, icon, image, size, extra, light, translator }: EmptyState): JSX.Element; export default EmptyState; //# sourceMappingURL=index.d.ts.map