import type { Child, Component, FunctionMaybe } from '../types';
declare const Dynamic: <P = {}>({ component, props }: {
    component: Component<P>;
    props?: FunctionMaybe<P | null>;
}) => Child;
export default Dynamic;
//# sourceMappingURL=dynamic.ssr.d.ts.map