import type { VoltraBaseProps } from '../baseProps'; export type LabelProps = VoltraBaseProps & { /** Text content for the label */ title?: string; /** SF Symbol name for the label icon */ systemImage?: string; }; //# sourceMappingURL=Label.d.ts.map