export declare function property(): Function; export declare function attribute(): Function; export declare function customElement(elementName: string, extended?: ElementDefinitionOptions): (elementClass: any) => void;