type propsType = { options: { label: string; onClick: any; icon?: React.ReactNode; }[]; children?: React.ReactNode; }; export default function BAMenu(props: propsType): import("react/jsx-runtime").JSX.Element; export {};