import { Theme } from'../theme/Theme.js';
/**
* A validator function which checks whether an input value is a {@link Theme}.
* Doesn't stop the validator chain.
*
* @categoryXML
*/exportdeclarefunctionvalidateTheme(value: unknown): [value: Theme, stop: boolean];