import React from 'react';
import { NagProps } from './type';
declare const Nag: {
    ({ as, className, style, active, title, fixed, complete, children, ...props }: NagProps): React.ReactElement<any, string | React.JSXElementConstructor<any>>;
    displayName: string;
};
export default Nag;
