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