interface Props {
    class?: string;
    size?: number | string;
}
declare const EditIcon: import("svelte").Component<Props, {}, "">;
type EditIcon = ReturnType<typeof EditIcon>;
export default EditIcon;
//# sourceMappingURL=EditIcon.svelte.d.ts.map