import type { Generic } from 'adopted-style-sheets'; import type { WatchStringOptions } from '../utils'; export type NamePropType = string; export type PropName = { name: NamePropType; }; export declare const validateName: (component: Generic.Element.Component, value?: NamePropType, options?: WatchStringOptions) => void;