import { Theme } from '../types'; export default function (props: { theme: Theme; }, fallbackTheme: object, defaultProps: { theme: Theme; }): object;