import { StylableComponent } from '.'

export interface FormGroupProps extends StylableComponent {
    label: string
}
