/**
 * CSS vars that are supported by all Vira SVG icons.
 *
 * @category Icon
 * @category CSS Vars
 * @category Styles
 */
export declare const viraIconCssVars: import("lit-css-vars").CssVarDefinitions<{
    /** To be used for coloring an icon's stroke. */
    readonly 'vira-icon-stroke-color': "currentColor";
    /** To be used for coloring an icon's fill. */
    readonly 'vira-icon-fill-color': "none";
    readonly 'vira-icon-stroke-width': "1px";
}>;
