import React from 'react'; interface MarginReportSkeletonProps { /** Enable pulse animation (default: true) */ animate?: boolean; /** Optional explanation text shown above overlay content */ description?: React.ReactNode; /** Optional React node displayed over skeleton (button, loader, etc.) */ overlayContent?: React.ReactNode; } export declare function MarginReportSkeleton({ animate, description, overlayContent }: MarginReportSkeletonProps): React.JSX.Element; export {}; //# sourceMappingURL=margin-report-skeleton.d.ts.map