import type { LabelProps } from './type'; export declare const LabelRequiredOrNot: ({ children, required, id, size, htmlFor, as, sentiment, disabled, style, className, }: LabelProps) => import("react").JSX.Element; //# sourceMappingURL=LabelContent.d.ts.map