export function useRichText({ allowedFormats, withoutInteractiveFormatting, onChange, __unstableDependencies, __unstableFormatTypeHandlerContext, ...props }: { [x: string]: any; allowedFormats: any; withoutInteractiveFormatting: any; onChange: any; __unstableDependencies?: never[] | undefined; __unstableFormatTypeHandlerContext: any; }): { formatTypes: any; value: undefined; getValue: () => undefined; onChange: (newRecord: Object) => void; ref: import("react").RefCallback; }; export function useDeprecatedRichText(props: any): { value: undefined; getValue: () => undefined; onChange: (newRecord: Object) => void; ref: import("react").RefCallback; }; //# sourceMappingURL=index.d.ts.map