import type { Generic } from 'adopted-style-sheets';
import type { WatchBooleanOptions } from '../utils';
export type HideMsgPropType = boolean;
export type PropHideMsg = {
    hideMsg: HideMsgPropType;
};
export declare const validateHideMsg: (component: Generic.Element.Component, value?: HideMsgPropType, options?: WatchBooleanOptions) => void;
