declare const _default: { root: { width: string; height: string; display: "flex"; flexDirection: "column"; justifyContent: "flex-end"; }; touchable: { position: "absolute"; width: string; height: string; }; backdrop: { position: "absolute"; width: string; height: string; backgroundColor: string; }; }; export default _default;