import { FluentIcon } from "./createFluentIcon";
declare const bundleIcon: (FilledIcon: FluentIcon, RegularIcon: FluentIcon) => FluentIcon;
export default bundleIcon;
