import React from 'react'; import { Props as MenuFlyOutProps } from './MenuFlyOutStyle'; declare type Props = { label: string; } & MenuFlyOutProps; declare const MenuFlyOut: React.FC; export default MenuFlyOut; //# sourceMappingURL=MenuFlyOut.d.ts.map