/*! * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project. */ import type { FC } from 'react'; /** * This component applies root-level styles to your application using the theme defaults. */ export declare const ApplicationStyles: FC;