export declare function parse_prefixes(...partstrings: (string | null)[]): Set; export declare function query_attributes(container: HTMLElement | ShadowRoot, attributes: Q): { [P in keyof Q]: string[]; }; export declare function parse_part(attr: string): string[]; export declare function parse_exportparts(attr: string): string[]; export declare function stitch_exportparts_together(parts: Set, gparts: Set): (prefix: string) => string[];