export declare enum EKwikUIInputRadioSize {
    M = "m",
    L = "l"
}
export declare const VKwikUIInputRadioSize: readonly [EKwikUIInputRadioSize.M, EKwikUIInputRadioSize.L];
export declare type TKwikUIInputRadioSize = (typeof VKwikUIInputRadioSize)[number];
export declare enum EKwikUIInputRadioOrientation {
    VERTICAL = "vertical",
    HORIZONTAL = "horizontal"
}
export declare const VKwikUIInputRadioOrientation: readonly [EKwikUIInputRadioOrientation.HORIZONTAL, EKwikUIInputRadioOrientation.VERTICAL];
export declare type TKwikUIInputRadioOrientation = (typeof VKwikUIInputRadioOrientation)[number];
