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