export declare enum DotVariantType {
    WITH_BORDER = "WITH_BORDER"
}
export declare enum DotSizeType {
    SMALL = "SMALL"
}
