import * as React from "react";
export declare class Skeleton extends React.Component<any, any> {
    render(): React.JSX.Element;
}
