import * as React from 'react'; import type { IShimmerProps } from './Shimmer.types'; export declare const Shimmer: React.FunctionComponent;