/**
 * Present when the toggle button is pressed.
 */
export declare const pressed = "data-pressed";
/**
 * Present when the toggle button is disabled.
 */
export declare const disabled = "data-disabled";