import React from 'react'; declare const STYLE: (props: any) => React.JSX.Element; export default STYLE; export * from './withStyle';