declare const DSMobileTouchable: import("react").ForwardRefExoticComponent<{ [x: string]: any; [x: number]: any; } & { theme?: import("styled-components").DefaultTheme | undefined; }>; export { DSMobileTouchable };