import * as React from 'react'; interface ILayoutSwitchProps { } declare const LayoutSwitch: React.FunctionComponent; export default LayoutSwitch;