import { type ComponentRender } from './component-shared.js'; export default function component(fn: (props: Props) => Promise): (props: Props) => Promise; export default function component(fn: (props: Props) => ComponentRender): (props: Props) => ComponentRender; //# sourceMappingURL=component-server.d.ts.map