import type { Generic } from 'adopted-style-sheets'; type RequiredProps = NonNullable; type OptionalProps = { touched: boolean; }; export type Props = Generic.Element.Members; export type Watches = Generic.Element.Watchers; export {};