import { type RootComponentProps } from '../../RootComponent/RootComponent'; export declare function useAppRootStyles(): { style: Record | undefined; className: string; }; type AppRootStyleContainerProps = RootComponentProps; /** * Специальный контейнер для переиспользования стилей, токенов и safe-area-inset в: * - точке монтирования приложения – `AppRoot`; * - точке монтирования порталов для модальных окон – `AppRootPortal`. * * @private */ export declare function AppRootStyleContainer(props: AppRootStyleContainerProps): import("react/jsx-runtime").JSX.Element; export {}; //# sourceMappingURL=AppRootStyleContainer.d.ts.map