import { PhraseSpec } from '../../schema';
import { FunctionComponent } from 'preact';
type PhraseProps = {
    /**
     * @description specification of phrase text spec
     * @description.zh-CN 短语描述 json 信息
     */
    spec: PhraseSpec;
};
/** <Phrase /> can use independence */
export declare const Phrase: FunctionComponent<PhraseProps>;
export {};
//# sourceMappingURL=Phrase.d.ts.map