export default standardIconStrokeWidth; /** * To customize later: * This is just an example, keep the switch statement even though * most of the values return 2. As this my have to be updated depending * on the icons used */ declare function standardIconStrokeWidth(iconSize: any): 2 | 3; //# sourceMappingURL=standardIconStrokeWidth.d.ts.map