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