type ClassList = { name: string; style: Style; }; /** * Returns the class list of the element */ export declare const getElementClassList: (element: AnyElement) => Promise; export {};