import React from 'react'; export declare const Empty: (props: { content: string; className?: string; style?: React.CSSProperties; }) => JSX.Element;