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