importtype { BackgroundColorToken } from'./types';
/**
* __useSurface__
*
* Return the current surface. If no parent sets a surface color it falls back to the default surface.
*
* @seeSurfaceContext
*/exportdeclareconstuseSurface: () =>BackgroundColorToken;