import { NestedCSSProperties } from 'typestyle/lib/types';
import { UpImageProps } from './UpImage';
export declare const imageStyle: ({ imageSize }: UpImageProps) => NestedCSSProperties;
export declare const getStyles: (props: UpImageProps) => string;
