export declare enum EKwikUIInputRadioChipSize {
    XS = "xs",
    S = "s",
    M = "m",
    L = "l",
    XL = "xl"
}
export declare const VKwikUIInputRadioChipSize: readonly [EKwikUIInputRadioChipSize.XS, EKwikUIInputRadioChipSize.S, EKwikUIInputRadioChipSize.M, EKwikUIInputRadioChipSize.L, EKwikUIInputRadioChipSize.XL];
export declare type TKwikUIInputRadioChipSize = (typeof VKwikUIInputRadioChipSize)[number];
export declare enum EKwikUIInputRadioChipOrientation {
    VERTICAL = "vertical",
    HORIZONTAL = "horizontal",
    WRAPPED = "wrapped"
}
export declare const VKwikUIInputRadioChipOrientation: readonly [EKwikUIInputRadioChipOrientation.HORIZONTAL, EKwikUIInputRadioChipOrientation.VERTICAL, EKwikUIInputRadioChipOrientation.WRAPPED];
export declare type TKwikUIInputRadioChipOrientation = (typeof VKwikUIInputRadioChipOrientation)[number];
