export declare type CallbackType = (element: Element) => void; export declare type SanitizedType = string | null;