declare const _default: { wrapper: () => void; editor: () => void; toolbar: { top: () => void; inline: () => void; }; separator: () => void; spinner: () => void; select: { wrapper: () => void; label: () => void; menu: () => void; option: () => void; }; popup: { wrapper: () => void; arrowTop: () => void; arrowBottom: () => void; }; modal: { wrapper: () => void; title: () => void; header: () => void; main: () => void; }; input: { wrapper: () => void; input: () => void; }; icon: () => void; button: { toolbar: () => void; primary: () => void; }; table: { table: () => void; cellMenu: { wrapper: () => void; icon: () => void; option: () => void; }; }; }; /** * Object to be used as base for style configurations, * of different components in editor. */ export default _default;