import type { IconProps, IconSize } from "./types.js"; export declare const s: (viewBoxSize: IconSize, paths: string[]) => { (props: IconProps): import("react").FunctionComponentElement & import("react").RefAttributes>; __KONTUR_ICON__: boolean; };