import { ComponentPropsWithRef, ReactElement } from "react";
/**
 * @public
 */
declare function EmptyIcon(props: ComponentPropsWithRef<"svg">): ReactElement;
export { EmptyIcon, EmptyIcon as default };
//# sourceMappingURL=Empty.d.ts.map