import type { PropsWithChildren } from 'react'; import type { RendererFC, RendererProps } from 'jamis-core'; import type { ContainerSchema } from './types'; interface ContainerProps extends PropsWithChildren, RendererProps, Omit { } declare const _default: RendererFC; export default _default;