import React from 'react'; import { IListbox } from './Listbox.types'; export declare const ListboxCmp: React.ForwardRefExoticComponent & React.RefAttributes>; declare const Listbox: import("styled-components").StyledComponent & React.RefAttributes>, any, {}, never>; export default Listbox;