export interface FormLabelProps { /** * The native for HTML attribute. */ for?: string; /** * Optional text to be placed next to the main label. */ optional?: string; /** * What the trailing text of the label component should be. */ trailing?: string; }