import { JSX } from 'preact';
import { IBaseComponentProps } from '../../../types';
interface IProps extends IBaseComponentProps {
    isExternal?: boolean;
}
type TProps = JSX.HTMLAttributes<HTMLAnchorElement> & IProps;
export default TProps;
//# sourceMappingURL=TProps.d.ts.map