import * as t from"io-ts";
exportdeclaretypeIntFromPixelsC = t.Type<t.Int, string, unknown>;
declareconst_default: t.Type<t.Int, string, unknown>;
/**
* A codec that succeeds if a string representing pixels (eg: "200px") can be
* parsed to an integer
*/exportdefault _default;