import type { PivotHeadHost } from './host'; export declare function parseAttributesIfNeeded(host: PivotHeadHost): void; export declare function parseOtherAttributes(host: PivotHeadHost): void; export declare function attributeChanged(host: PivotHeadHost, name: string, oldValue: string | null, newValue: string | null): void;