import { ShowHideTypes } from '../../../utils'; export declare type Props = { onExpand?: Function; hasBackDrop?: boolean; } & ShowHideTypes; declare const MenuInlineStyle: import("styled-components").StyledComponent<"ul", any, import("../MenuList/MenuListStyle").Props & { onExpand?: Function | undefined; hasBackDrop?: boolean | undefined; } & ShowHideTypes, never>; export default MenuInlineStyle; //# sourceMappingURL=MenuInlineStyle.d.ts.map