declare const LayoutView: ({ onLayout, ...props }: { [x: string]: any; onLayout: any; }) => JSX.Element; export default LayoutView;