import { type LazyLoadAction } from './lazy'; type $$ComponentProps = { component: LazyLoadAction; data?: any; lazyStyle?: string; lazyClass?: string; name: string; }; declare const SLazyComponent: import("svelte").Component<$$ComponentProps, {}, "">; type SLazyComponent = ReturnType; export default SLazyComponent;