import type { StyleSlots } from '../../../core/types'; type LabelSlot = 'root'; declare const labelStyles: StyleSlots; export { labelStyles }; export type { LabelSlot }; //# sourceMappingURL=Label.styles.d.ts.map