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