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