export interface IStyledScrollableLine {
}
export declare const StyledScrollableLine: import("styled-components").StyledComponent<"div", any, IStyledScrollableLine, never>;
