import { W9AlertViewProps } from "./stn-w9-alert-view"; interface W9AlertProps { link: string; hideAfterDays?: number; } export declare function useW9Alert(props: W9AlertProps): W9AlertViewProps; export {};