import { commonLight } from "../../_styles/common/index.mjs"; export const self = () => ({}); const equationLight = { name: 'Equation', common: commonLight, self }; export default equationLight;