import type { SlotOverrides } from '../../../core/types'; import type { LabelSlot } from './Label.styles'; /** Props for the Label component. */ interface ILabelProps extends React.ComponentProps<'label'> { slots?: SlotOverrides; } export type { ILabelProps }; //# sourceMappingURL=Label.types.d.ts.map