/// export declare const Empty: (props: EmptyProps) => JSX.Element; export interface EmptyProps { resource?: string; }