import { SelectOption } from '../models/select.models'; export declare function getPhosphorSvgIcon(option: SelectOption | undefined): string;