/**
* The `baseTemplate` function returns a HTML string with the base template.
*
* @returns {string} HTML string with the base template.
*/
export declare function baseTemplate(): {
TEMPLATE_NAME: string;
dialogA11YOptions(): {
role: string;
};
compile: () => {
fragment: DocumentFragment;
refs: Record;
};
focusableElements: () => HTMLElement[];
};