import { Theme } from "@mui/material";
import { ReactNode } from "react";
export declare const darkTheme: Theme;
type ThemeEditextockProps = {
    theme: Theme;
    children: ReactNode;
};
export declare const ThemeEditextock: ({ theme, children }: ThemeEditextockProps) => import("react/jsx-runtime").JSX.Element;
export {};
