import { BreakpointsOptions, Components, Theme, CSSObject } from '@mui/material'; export declare const getFlowCssBaselineRoot: (scoped: boolean, breakpointsOptions: BreakpointsOptions, rtl: boolean, theme: Theme) => CSSObject; export declare const getFlowScopedCssBaseline: (breakpointsOptions: BreakpointsOptions, rtl: boolean) => Components["MuiScopedCssBaseline"]; export declare const getFlowCssBaseline: (breakpointsOptions: BreakpointsOptions, rtl: boolean) => Components["MuiCssBaseline"];