import type { IconProps } from "./types"; export declare const DeltaBareIcon: (props: IconProps) => JSX.Element;