/// <reference types="react" />
declare const Empty: ({ text, style, color }: {
    text?: string | undefined;
    style?: {} | undefined;
    color?: string | undefined;
}) => JSX.Element;
export default Empty;
//# sourceMappingURL=index.d.ts.map