import { NestedCSSProperties } from 'typestyle/lib/types';
import { UpButtonProps, UpButtonStyledProps } from './types';
export declare type Position = 'left' | 'right' | 'none';
export declare const iconNormal: (props: UpButtonProps) => NestedCSSProperties;
export declare const iconLarge: (props: UpButtonProps) => NestedCSSProperties;
export declare const getWidth: (props: UpButtonProps) => NestedCSSProperties;
export declare const getHeight: (props: UpButtonProps) => NestedCSSProperties;
export declare const rounded: (props: UpButtonProps) => NestedCSSProperties;
export declare const borderless: (props: UpButtonProps) => NestedCSSProperties;
export declare const rotatingAnimation: string;
export declare const rotate: (props: UpButtonProps) => NestedCSSProperties;
export declare const getStyles: (props: UpButtonStyledProps) => string;
export declare const getWrapperStyles: (props: UpButtonStyledProps) => string;
