export declare function Timer({ expirationTime }: {
    expirationTime?: number;
}): import("react/jsx-runtime").JSX.Element;
