export declare type InputSectionType = 'before' | 'after'; export declare class InputSectionComponent { /** @prop Determine the InputSection's position | 'before' */ position: InputSectionType; /** @prop Optional css class name | '' */ className: string; readonly _class: string; }