declare const Component: { styleOverrides: { root: ({ theme }: any) => {}; skeletonRoot: ({ theme }: any) => {}; dialogRoot: ({ theme }: any) => {}; }; }; export default Component;