import * as React from 'react'; export interface MenuInputProps extends React.HTMLProps { /** Items within input */ children?: React.ReactNode; /** Forwarded ref */ innerRef?: React.Ref; } export declare const MenuInput: React.ForwardRefExoticComponent & React.RefAttributes>; //# sourceMappingURL=MenuInput.d.ts.map