import { CSSProperties } from 'react';
interface ELastosMarkProps {
    position?: CSSProperties['position'];
}
declare const ElastosMark: ({ position }: ELastosMarkProps) => JSX.Element;
export default ElastosMark;
