export type TopbarElements = "pi-button-icon" | "pi-button-label" | "pi-button-anchor" | "pi-button-style"; export declare class PitayaComponentConfiguration { public use( ...elements: TopbarElements[] ): void; }