import { FC } from "react"; import '../../../statics/devices.min.css'; export declare const DialogBox: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const Screen: import("styled-components").StyledComponent<"div", any, {}, never>; export declare const PopUPMessageSMS: FC<{ show: boolean; children: string; }>;