import { CSSProp } from 'styled-components';
export type TRawA = React.AnchorHTMLAttributes<HTMLAnchorElement> & {
    externalStyle?: CSSProp;
};
