import React, { FC } from 'react'; declare const themeDecorator: (Story: FC>) => React.JSX.Element; export default themeDecorator;