import { type Define } from '@sigx/lynx'; export type SkeletonProps = Define.Prop<'width', number | string, false> & Define.Prop<'height', number | string, false> & Define.Prop<'circle', boolean, false> & Define.Prop<'class', string, false>; /** Placeholder block with an opacity pulse; `circle` makes a round avatar stand-in. */ export declare const Skeleton: import("@sigx/runtime-core").ComponentFactory; //# sourceMappingURL=Skeleton.d.ts.map