import { FC, CSSProperties } from 'react'; interface IconProps { color?: string; size?: number; style?: CSSProperties; linkDisabled?: boolean; } declare const AttributionLogo: FC; export default AttributionLogo;