/// import { PrimaryAttribute } from './common'; type PrimaryAttributeNameProps = { value: PrimaryAttribute; }; export declare function PrimaryAttributeName({ value }: PrimaryAttributeNameProps): JSX.Element; export {};