import { BreakPoints } from '../types';
export declare const DEFAULT_BREAK_POINTS: BreakPoints;
export declare const ALIGN_ALIAS_MAP: {
    left: string;
    right: string;
    middle: string;
};
export declare const VER_ALIGN_ALIAS_MAP: {
    top: string;
    middle: string;
    bottom: string;
};
