import { type IconProps } from "../../../base/index.ts";
declare const Bars3BottomRight: import("svelte").Component<Omit<IconProps, "name" | "iconNode" | "type">, {}, "">;
type Bars3BottomRight = ReturnType<typeof Bars3BottomRight>;
export default Bars3BottomRight;
