import { LabelPropsType } from '../../types';
import './style.scss';
declare const Label: ({ className, required, label }: LabelPropsType) => import("react/jsx-runtime").JSX.Element;
export default Label;
