import React from 'react'; import { PropertyNameProps } from './types'; /** * Property name * @param param0 PropertyNameProps */ export declare function PropertyName({ className, name, type, dimmed, separator, ...props }: PropertyNameProps): React.ReactElement;