/**
 * Present when the toggle group is disabled.
 */
export declare const disabled = "data-disabled";
/**
 * Indicates the orientation of the toggle group.
 * @type {'horizontal' | 'vertical'}
 */
export declare const orientation = "data-orientation";
/**
 * Present when the toggle group allows multiple buttons to be in the pressed state at the same time.
 */
export declare const multiple = "data-multiple";