import type { ReactNode } from 'react'; interface ReadOnlyProps extends Pick, 'onClick'> { enabled: boolean; children: ReactNode; message?: string; messageDisplayDuration?: number; } export declare function ReadOnly(props: ReadOnlyProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=ReadOnly.d.ts.map