export declare const TYPEABLE_SELECTOR: string;
export declare function isTypeableElement(element: unknown): boolean;
