export default interface LabelProps { text: string; overrideStyles?: { color: string; }; }