/// <reference types="svelte" />
interface Props {
    size?: string | number;
    strokeWidth?: string | number;
}
declare const IconSouth: import("svelte").Component<Props, {}, "">;
type IconSouth = ReturnType<typeof IconSouth>;
export default IconSouth;
