import React from 'react'; import { Appearance } from '../../types'; interface LabelProps extends React.LabelHTMLAttributes { children: React.ReactNode; appearance?: Appearance; } declare const Label: React.FC; export { Label }; //# sourceMappingURL=Label.d.ts.map