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