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