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