import { type Load } from 'sxy-loader'; import type { AnyComponentType } from './AnyComponentType.js'; export declare function getComponent(filePath: string, filename: string, load?: Load | null, dev?: boolean): Promise; //# sourceMappingURL=getComponent.d.ts.map