import { PolymorphicAs, PolymorphicProps } from '@leafygreen-ui/polymorphic'; import { ResponsiveTypographyProps } from '../types'; export type BaseLabelProps = ResponsiveTypographyProps & { htmlFor: string; disabled?: boolean; }; export type LabelProps = PolymorphicProps; //# sourceMappingURL=Label.types.d.ts.map