export declare const dataHooks: {
    input: string;
    label: string;
    icon: string;
};
export declare const SIZES: {
    readonly SMALL: "small";
    readonly MEDIUM: "medium";
};
export declare const ALIGN_ITEMS: {
    readonly TOP: "top";
    readonly CENTER: "center";
};
//# sourceMappingURL=Radio.constants.d.ts.map