import { default as React } from 'react'; import { DefaultTheme } from 'styled-components'; export declare const Theme: ({ children, options }: { children?: React.ReactNode; options?: DefaultTheme; }) => import("react/jsx-runtime").JSX.Element | null; export default Theme;