import React from 'react'; import { LabelV2Props } from './type'; export type { LabelV2Props }; declare const LabelV2: React.ForwardRefExoticComponent>; export default LabelV2;