export declare const selectors: { readonly active: "&:active"; readonly checked: "&:checked, &[data-checked], &[data-selected]"; readonly disabled: "&:disabled, &[data-disabled], &[aria-disabled=\"true\"]"; readonly focus: "&:focus, &[data-focus], &[data-focused]"; readonly focusVisible: "&:focus-visible, &[data-focus-visible]"; readonly invalid: "&:invalid, &[data-invalid]"; readonly selected: "&[data-selected], &[aria-selected=\"true\"]"; readonly unavailable: "&[data-unavailable]"; readonly hover: string; readonly hoverNotDisabled: string; readonly hoverNotSelected: string; readonly focusVisibleNotSelected: string; }; //# sourceMappingURL=selectors.d.ts.map