export declare type buttonsOrientationType = 'horizontal' | 'vertical' | 'h' | 'v'; export declare type sizeType = 'medium' | 'large' | 'small' | 'xlarge' | 'md' | 'lg' | 'sm' | 'xlg'; export interface CustomClasses { container?: string; up?: string; down?: string; postfix?: string; prefix?: string; success?: string; error?: string; }