import { FC } from 'react'; import { LabelProps } from './types.js'; export declare const Label: FC;