import { UpDateProps } from './types';
import 'react-dates/lib/css/_datepicker.css';
import { WithThemeProps } from '../../../Common/theming/withTheme';
declare const getStyles: (props: UpDateProps & WithThemeProps & {
    focused: boolean;
}) => string;
export default getStyles;
export declare const selectStyle: string;
