import type { Props } from './types';
/**
 * [Go to docs](https://flowbite-svelte-icons.codewithshin.com/)
 * ## Props
 * @prop size = ctx.size || 'md'
 * @prop color = ctx.color || 'currentColor'
 * @prop title
 * @prop desc
 * @prop class: className
 * @prop ariaLabel = 'arrow up right from square solid'
 * @prop ...restProps
 */
declare const ArrowUpRightFromSquareSolid: import("svelte").Component<Props, {}, "">;
type ArrowUpRightFromSquareSolid = ReturnType<typeof ArrowUpRightFromSquareSolid>;
export default ArrowUpRightFromSquareSolid;
