interface Props {
    class?: string;
    size?: number | string;
}
declare const ArrowUpIcon: import("svelte").Component<Props, {}, "">;
type ArrowUpIcon = ReturnType<typeof ArrowUpIcon>;
export default ArrowUpIcon;
//# sourceMappingURL=ArrowUpIcon.svelte.d.ts.map