export declare const colors: {
    value: string;
    text: string;
}[];
export declare const sizes: {
    value: string;
    text: string;
}[];
export declare const align: {
    value: string;
    text: string;
}[];
export declare const verticalAlign: {
    value: string;
    text: string;
}[];
