export declare enum RadioGroupDataAttributes {
    /**
     * Present when the radio group is disabled.
     */
    disabled = "data-disabled"
}
