/// <reference types="react" />
import type { Props } from "./types";
declare const Skeleton: ({ preset, ...props }: Props) => JSX.Element;
export default Skeleton;
