import { Util } from "../../declarations"; /** * Prototope flex-shrink util. * * @param shrink - Flex shrink value. * @returns - Prototope util. */ declare const flexShrink: (shrink?: 0 | 1) => Util; export { flexShrink };