import { FunctionComponent } from 'react';
import { TaroSkeletonProps } from "../../types";
export declare const Skeleton: FunctionComponent<Partial<TaroSkeletonProps>>;
