import type { ReactNode } from "react";
export interface EmptyProps {
    children?: ReactNode;
    icon?: ReactNode;
}
export declare const Empty: ({ children, icon }: EmptyProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=Empty.d.ts.map