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