import type { Props } from './types'; /** * [Go to docs](https://svelte-lucide.codewithshin.com/) * ## Props * @prop size = ctx.size || '24' * @prop role = ctx.role || 'img' * @prop color = ctx.color || 'currentColor' * @prop strokeWidth = ctx.strokeWidth || '2' * @prop title * @prop desc * @prop focusable = ctx.focusable || 'false' * @prop ariaLabel * @prop ...restProps */ declare const Columns2: import("svelte").Component; type Columns2 = ReturnType; export default Columns2;