import { StylableComponentProps } from '../theme' export interface FormGroupProps extends StylableComponentProps { label: string }