/// <reference types="react" />
import { BaseComponent } from '../../../Utilities';
import { IShimmerGapProps } from './ShimmerGap.types';
export declare class ShimmerGapBase extends BaseComponent<IShimmerGapProps, {}> {
    private _classNames;
    constructor(props: IShimmerGapProps);
    render(): JSX.Element;
}
