export namespace directions {
    let horizontal: string;
    let vertical: string;
}
export const horizontalAlignmentValues: {
    left: string;
    center: string;
    right: string;
    'space-between': string;
};
export const verticalAlignmentValues: {
    top: string;
    middle: string;
    bottom: string;
    'space-between': string;
};
export namespace spacingValues {
    let tiny: string;
    let small: string;
    let medium: string;
    let large: string;
}
//# sourceMappingURL=constants.d.ts.map