interface FormSkeletonProps { rows?: number; className?: string; } /** * Stack of field-label + field-input skeletons inside a `.glass` container. * Matches the shape of a config panel / settings form. */ export declare function FormSkeleton({ rows, className }: FormSkeletonProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=FormSkeleton.d.ts.map