import { ChartLegend } from './types'; export type LegendBottomSkeletonProps = { count: number; hidePercentage?: boolean; legend?: ChartLegend; }; export declare const LegendBottomSkeleton: ({ count, hidePercentage, legend }: LegendBottomSkeletonProps) => import("react/jsx-runtime").JSX.Element;