import { GapProps } from './gap.type'; declare const Gap: (props: GapProps) => import("react/jsx-runtime").JSX.Element; export default Gap; //# sourceMappingURL=gap.d.ts.map