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