export declare enum PhotoWallGridLayout { Portrait = 0, Square = 1, Landscape = 2 } export declare enum FlexDirection { Row = 0, Column = 1 }