import _Skeleton from './skeleton';
import { WithInstallType } from '../shared';
import { TdSkeletonProps } from './type';
import './style';
export * from './type';
export declare type SkeletonProps = TdSkeletonProps;
export declare const Skeleton: WithInstallType<typeof _Skeleton>;
export default Skeleton;
