import { SizeType } from 'antd/lib/config-provider/SizeContext'; import React from 'react'; import { IStyledProps } from '../generalTable/utils/interface'; import { ILabelParams } from 'components/global/interfaces'; import { StatsDesign } from './utils/interface'; interface IProps extends IStyledProps { readonly customClassName?: string; readonly design?: StatsDesign; readonly formValue?: any; readonly mapping: ILabelParams[]; readonly path: string; readonly size: SizeType; readonly queryParams?: object; } export declare const StatsList: import("styled-components").StyledComponent, any, {}, never>; export default StatsList;