type TechDocsRedirectNotificationProps = { handleButtonClick: () => void; message: string; autoHideDuration: number; }; export declare const TechDocsRedirectNotification: ({ message, handleButtonClick, autoHideDuration, }: TechDocsRedirectNotificationProps) => import("react/jsx-runtime").JSX.Element; export {};