import { Theme } from "../styles"; import { CssBaselineTypeMap } from "./CssBaselineProps"; import { SxPropsObject } from "@suid/system/sxProps"; export declare const html: (theme: Theme, enableColorScheme: boolean) => SxPropsObject; export declare const body: (theme: Theme) => SxPropsObject; export declare const styles: (theme: Theme, enableColorScheme?: boolean) => Record; /** * Kickstart an elegant, consistent, and simple baseline to build upon. * * Demos: * * - [Css Baseline](https://mui.com/components/css-baseline/) * * API: * * - [CssBaseline API](https://mui.com/api/css-baseline/) */ declare const CssBaseline: import("@suid/types").SuidElement>; export default CssBaseline; //# sourceMappingURL=CssBaseline.d.ts.map