import { ForwardRefExoticComponent, RefAttributes, SVGProps } from "react";
/**
 * @public
 */
declare const ReadOnlyIcon: ForwardRefExoticComponent<Omit<SVGProps<SVGSVGElement>, "ref"> & RefAttributes<SVGSVGElement>>;
export { ReadOnlyIcon, ReadOnlyIcon as default };
//# sourceMappingURL=ReadOnly.d.ts.map