import { CactusTheme } from '@repay/cactus-theme'; import React from 'react'; import * as styledComponents from 'styled-components'; interface StyleProviderProps extends Omit, 'theme'> { theme?: CactusTheme; global?: boolean; } export declare const StyleProvider: React.FC; export default StyleProvider;