/// import type { Editor, Trait } from 'grapesjs'; export interface TraitCustomTypeProps { editor: Editor; trait: Trait; } /** * This component is used to support the GJS custom trait types. */ declare const TraitCustomType: import("react").FunctionComponent; export default TraitCustomType;