import React, { FC } from 'react'; /** * This is a provider that can be used to centralize all prerequisites for using bricks. At a later stage this could also * house the configuration for the theme for instance. */ declare const BricksProvider: FC>; export default BricksProvider;