import type { Generic } from 'adopted-style-sheets'; export type SpellCheckPropType = boolean; export type PropSpellCheck = { spellCheck: SpellCheckPropType; }; export declare const validateSpellCheck: (component: Generic.Element.Component, value?: SpellCheckPropType) => void;