import { type StyledComponent } from '@emotion/styled';
import type { Theme } from '@emotion/react';
import type { DetailedHTMLProps, HTMLAttributes } from 'react';
export declare const DescriptionBylineStyle: StyledComponent<{
    theme?: Theme;
    as?: React.ElementType;
}, DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, {}>;
