import { Component } from "./Component"; export declare class Flex extends Component { private _grow; get grow(): number; set grow(val: number); }