import { Util } from "../../declarations"; declare type StrokeWidth = 0 | 1 | 2; /** * Prototope stroke util. * * @param value - Config value. * @returns - Prototope util. */ declare const stroke: (value: StrokeWidth) => Util; export { stroke };