/**
 * Checks whether a value is an element.
 *
 * @param value - The `value` you want to check. It can be any a value of any type.
 * @returns - Returns `true` if the `value` is an element. Otherwise, it returns `false`.
 */
export declare function isValidElement(value: any): boolean;
//# sourceMappingURL=valid.d.ts.map