import React from 'react'; import { ContainerWithGapProps } from './interface'; export declare const ContainerWithGap: React.MemoExoticComponent<(props: ContainerWithGapProps) => JSX.Element | null>;