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