import { WithThemeProps } from '../../../Common/theming';
export interface UpLigneProps extends WithThemeProps {
    color?: string;
    textAlign?: string;
    className?: string;
    dataFor?: string;
}
