interface Props {
    readOnly?: boolean;
}
export default function ReadOnlyPlugin({ readOnly }: Props): any;
export {};
