/** @jsx jsx */ import React from "react"; import { ListConfigProvider } from "../ListConfig"; interface Props extends Omit, "children">, Pick, HTMLDivElement>, "style" | "className"> { } /** * Indicates how much padding the default tooltip has * * This will be used to apply negative margins to elements. */ export declare const listPadding = 6; export declare const List: React.ForwardRefExoticComponent>; export {};