import type { Generic } from 'adopted-style-sheets'; import type { PropLabel } from '../props'; type RequiredProps = NonNullable; type OptionalProps = PropLabel; type RequiredStates = RequiredProps & OptionalProps; type OptionalStates = NonNullable; export type AbbrProps = Generic.Element.Members; export type AbbrStates = Generic.Element.Members; export type AbbrAPI = Generic.Element.ComponentApi; export {};