import React from 'react'; interface ILayoutParamsProps { } declare const LayoutParams: React.FunctionComponent; export default LayoutParams;