type $$ComponentProps = {
    width?: string;
    height?: string;
};
declare const IconForward: import("svelte").Component<$$ComponentProps, {}, "">;
type IconForward = ReturnType<typeof IconForward>;
export default IconForward;
