export declare enum IconSize { XS = "12", S = "16", M = "24", ML = "32", L = "48" } export declare const DEFAULT_ICON_COLOR = "var(--btn-color, #fff)";