declare const stateProps: readonly ["active", "checked", "disabled", "focus", "hover", "default"]; export type StateProps = (typeof stateProps)[number]; export { stateProps };