import { LoadingPlaceholderProps } from './LoadingPlaceholder.types'; /** * LoadingPlaceholder - A versatile loading indicator component * * Displays either skeleton placeholders with shimmer/pulse animation * or a spinner with optional loading text. * * @example * ```tsx * // Skeleton placeholder for a form field * * * // Multiple skeleton items * * * // Spinner with text * * * // Circle skeleton (avatar placeholder) * * ``` */ export declare const LoadingPlaceholder: import('react').ForwardRefExoticComponent>; export default LoadingPlaceholder; //# sourceMappingURL=LoadingPlaceholder.d.ts.map