export type LegendRightSkeletonProps = { count: number; hidePercentage?: boolean; twoColumns?: boolean; leftCount?: number; rightCount?: number; }; export declare const LegendRightSkeleton: ({ count, hidePercentage, twoColumns, leftCount, rightCount, }: LegendRightSkeletonProps) => import("react/jsx-runtime").JSX.Element;