export declare enum IconHighlightedVariantType {
    SQUARE = "SQUARE",
    ROUND = "ROUND"
}
