import { default as React, ReactNode } from 'react'; export type EmptyListBoxProps = { title: string; children?: ReactNode; className?: string; }; export declare function EmptyListBox({ title, children, className, ...rest }: EmptyListBoxProps): React.JSX.Element; //# sourceMappingURL=EmptyListBox.d.ts.map