import React from 'react'; import type { ContainerProps } from './types'; export default function InnerContainer({ children, ...rest }: ContainerProps): React.JSX.Element | null;