export type ImportableElements = "pi-form-field-label"; export declare class PitayaComponentConfiguration { public use( ...elements: ImportableElements[] ): void; }