export declare const COMPONENT_REFERENCE = "__COMPONENT_REFERENCE__"; export declare function markExternalComponent(options: { isExternalComponent: (id: string, currentFilename: string) => boolean; }): void; export declare function cancelMarkExternalComponent(): void;