import React from 'react'; import type { LabelProps, LabelState } from './type'; export type { LabelProps, LabelState }; declare const Label: React.ForwardRefExoticComponent>; export default Label;