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