type EmptyProps = { value?: string; height?: string; }; declare const Empty: ({ value, height }: EmptyProps) => import("react/jsx-runtime").JSX.Element; export default Empty;