import React from "react"; import { CustomAttributeObject } from "../../../../types/resources/custom-attribute"; import Pronunciation from "../../../../types/resources/pronunciation"; interface Props { data: CustomAttributeObject[]; pronunciation?: Pronunciation; isSelf?: boolean; } declare const _default: React.MemoExoticComponent<({ data, pronunciation, isSelf, }: Props) => JSX.Element>; export default _default;