export declare const sizes: {
    md: string;
    xs: string;
    xxs: string;
};
export declare const defaultProps: {
    className: string;
    size: string;
};
export declare const types: {
    default: string;
    red: string;
    green: string;
    purple: string;
    yellow: string;
    greenWhiteText: string;
    blueWhiteText: string;
    beta: string;
};
//# sourceMappingURL=common.d.ts.map