import * as React from 'react'; import { ListProps } from './List.type'; export declare const ListContext: React.Context<{ reveal: boolean; acrylic: boolean; }>; export declare const name = "List"; declare const List: React.FC; export default List;