interface CustomerProfileViewLoadingSkeletonProps { elements?: number; } declare const CustomerProfileViewLoadingSkeleton: { ({ elements }: CustomerProfileViewLoadingSkeletonProps): JSX.Element; displayName: string; defaultProps: CustomerProfileViewLoadingSkeletonProps; }; export { CustomerProfileViewLoadingSkeleton };