import * as React from 'react' export interface StylesProps { assetsUrl: string } declare const Styles: React.ComponentType export default Styles