import { DevIconProps } from './types'; export declare function TypeScriptIcon({ size, style, ...others }: DevIconProps): import("react/jsx-runtime").JSX.Element;