import React from 'react'; import { ListProps } from './types'; export declare function List({ style, children, ...modifiers }: ListProps): React.JSX.Element;