/**
 * Shape of options passed to the Edge Iconify plugin
 */
export interface EdgeIconifyOptions {
    scale?: number;
    defaultClass?: string;
}
