import { type InputSkeletonProps } from '@os-design/core'; export type EditorSkeletonProps = InputSkeletonProps; /** * Provides an editor placeholder while a user waits for the content to load. */ declare const EditorSkeleton: import("react").ForwardRefExoticComponent & import("@os-design/styles").WithSize & import("react").RefAttributes>; export default EditorSkeleton; //# sourceMappingURL=index.d.ts.map