export { InlineEditorComponent } from "./inline-editor.component"; export * from "./inputs/index"; export * from "./configs"; export { InputBase } from "./inputs/input-base"; export { InlineEditorEvent } from "./types/inline-editor-events.class"; export declare class InlineEditorModule { }