import * as React from 'react';
import { IShimmerGapProps } from './ShimmerGap.types';
export declare const ShimmerGap: React.FunctionComponent<IShimmerGapProps>;
