import { default as React } from 'react'; export type ListProps = React.HTMLAttributes; /** * Wrapper for the area containing columns (grid on desktop, consumers can choose to render an Accordion on mobile). */ export declare const List: React.ForwardRefExoticComponent>;