import type { StaticConfig } from '../types'; export declare function isGuiComponent(comp: A, name?: string): comp is A & { staticConfig: StaticConfig; }; //# sourceMappingURL=isGuiComponent.d.ts.map