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