import { WithStyle } from '@medly-components/utils'; import { ListProps } from './types'; import type { FC } from 'react'; export declare const List: FC & WithStyle;