/// <reference types="react" />
import * as React from 'react';
import { ThemeInterface } from "../../../Common/theming/types";
import { ThemeProps, InterpolationFunction } from "styled-components/typings/styled-components";
import { UpLigneProps } from './';
export declare const style: (string | number | InterpolationFunction<UpLigneProps & ThemeProps<ThemeInterface>>)[];
export declare const SpanStyled: React.ComponentClass<React.HTMLProps<HTMLSpanElement> & UpLigneProps & {
    theme?: ThemeInterface;
    innerRef?: (instance: any) => void;
}>;
declare const LigneStyled: React.StatelessComponent<UpLigneProps>;
export default LigneStyled;
