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