export declare const componentTypes: readonly ["primary", "success", "warning", "danger", "error", "info"]; export declare type ComponentType = typeof componentTypes[number];