/// interface Props { chartLibrary: string; } export declare const ChartSpinner: ({ chartLibrary, }: Props) => JSX.Element; export {};