import React from "react"; type Props = {}; export declare function ScreenSticker(_props: Props): React.JSX.Element | null; export {};