/************
Processor: ts
************/

import __beyond_dep_def_0 from 'react';
import * as __beyond_dep_ns_1 from 'pragmate-ui/base';
// empty.tsx
declare namespace ns_0 {
  import React = __beyond_dep_def_0;
  import IPUIProps = __beyond_dep_ns_1.IPUIProps;
  interface IPropsEmpty extends Omit<IPUIProps<IPropsEmpty>, 'variant'> {
    text?: string;
    icon?: string;
    additionalElement?: React.ReactNode;
  }
  export function Empty(props: IPropsEmpty): JSX.Element;
  export {};
}


export import Empty = ns_0.Empty;

export declare const hmr: {on: (event: string, listener: any) => void, off: (event: string, listener: any) => void };