interface Props {
    isDisabled?: boolean;
}
export declare function ReadOnlyPlugin(props: Props): any;
export {};
