import React from 'react';
import { BaseInputLabelProps } from '../BaseInput';
declare const Label: React.FC<BaseInputLabelProps>;
export default Label;
export type { BaseInputLabelProps as LabelProps };
//# sourceMappingURL=Label.d.ts.map