import * as React from 'react';
import type { CnReadOnlyProps } from "../../components/cn-read-only";
export declare const CnReadOnly: React.FC<React.PropsWithChildren<CnReadOnlyProps>>;
