export declare const videoTrimmerStyles: { container: { flex: number; }; slider: { position: "absolute"; bottom: number; width: "100%"; alignItems: "center"; }; video: { flex: number; }; }; export declare const sliderStyles: { container: { width: "80%"; alignSelf: "center"; }; trackStyle: { borderRadius: number; height: number; shadowColor: string; shadowOffset: { width: number; height: number; }; }; thumbStyle: { paddingVertical: number; paddingHorizontal: number; backgroundColor: string; justifyContent: "center"; alignItems: "center"; borderRadius: number; }; thumbTextStyle: { fontSize: number; color: string; }; text: { alignSelf: "center"; fontSize: number; fontWeight: "700"; color: string; marginBottom: number; }; }; export declare const progressBarStyles: { container: { flex: number; backgroundColor: string; }; progress: { flex: number; }; }; //# sourceMappingURL=styles.d.ts.map