export declare const _shadowStyle: (shadowColor: string) => {}; export declare const glueContainer: ({ height, borderTopLeftRadius, borderTopRightRadius, backgroundColor, }: { height: number | string; borderTopLeftRadius: number; borderTopRightRadius: number; backgroundColor: string; }) => { backgroundColor: string; borderTopLeftRadius: number; borderTopRightRadius: number; height: string | number; }; declare const _default: { container: { bottom: number; width: "100%"; position: "absolute"; }; glue: { margin: number; width: "100%"; alignItems: "center"; flexDirection: "row"; }; homeButtonContainer: { alignItems: "center"; justifyContent: "center"; width: number; height: number; borderRadius: number; backgroundColor: string; }; iconImageStyle: { width: number; height: number; tintColor: string; }; }; export default _default;