import { InitParams } from './spec';
/** Extract InitParams from attributes of an HTML element */
export declare function initParamsFromHtmlAttributes(element: HTMLElement): Partial<InitParams>;
