import { WithThemeProps } from '../../../Common/theming/withTheme';
import { UpFormGroupProps } from './types';
export declare const getStyles: (props: WithThemeProps & UpFormGroupProps) => string;
