import { HTMLAttributes } from 'preact';
type ReadOnlyInputProps = HTMLAttributes;
export declare function ReadOnlyInput({ className, ...props }: ReadOnlyInputProps): import("preact").JSX.Element;
export {};
//# sourceMappingURL=ReadOnlyInput.d.ts.map