export declare type TraitValueProps = { children: string; placeholder: string; heading?: boolean; light?: boolean; }; export declare const TraitValue: ({ children: value, placeholder, heading, light }: TraitValueProps) => JSX.Element; //# sourceMappingURL=index.d.ts.map