import React from 'react'; import { GetterValueProps } from './types'; /** * Getter type value that's one type of property value types * @param param0 GetterValueProps */ export declare function GetterValue({ className, owner, value, onAccess: onAccessCallback, ...props }: GetterValueProps): React.ReactElement;