type $$ComponentProps = { icon?: string; }; declare const CellDecorationIcon: import("svelte").Component<$$ComponentProps, {}, "">; type CellDecorationIcon = ReturnType; export default CellDecorationIcon; //# sourceMappingURL=CellDecorationIcon.svelte.d.ts.map