import type { IconProps } from '../types.js'; import type { Snippet } from 'svelte'; interface Props extends IconProps { children?: Snippet; } declare const AlignBoxRightBottom: import("svelte").Component; type AlignBoxRightBottom = ReturnType; export default AlignBoxRightBottom;