export declare const widths: {
    w1: {
        width: number;
    };
    w2: {
        width: number;
    };
    w3: {
        width: number;
    };
    w4: {
        width: number;
    };
    w5: {
        width: number;
    };
    w6: {
        width: number;
    };
};
export declare const maxWidths: {
    "max-w1": {
        maxWidth: number;
    };
    "max-w2": {
        maxWidth: number;
    };
    "max-w3": {
        maxWidth: number;
    };
    "max-w4": {
        maxWidth: number;
    };
    "max-w5": {
        maxWidth: number;
    };
    "max-w6": {
        maxWidth: number;
    };
};
export declare const minWidths: {
    "min-w1": {
        minWidth: number;
    };
    "min-w2": {
        minWidth: number;
    };
    "min-w3": {
        minWidth: number;
    };
    "min-w4": {
        minWidth: number;
    };
    "min-w5": {
        minWidth: number;
    };
    "min-w6": {
        minWidth: number;
    };
};
