import type { Generic } from 'adopted-style-sheets'; import type { PropLabel } from '../props'; type RequiredProps = PropLabel; type OptionalProps = NonNullable; type RequiredStates = PropLabel; type OptionalStates = NonNullable; export type VersionProps = Generic.Element.Members; export type VersionStates = Generic.Element.Members; export type VersionAPI = Generic.Element.ComponentApi; export {};