export declare const useStyles: () => { container: { marginTop: number; marginBottom: number; }; row: { flexDirection: "row"; width: "100%"; }; label: { flex: number; justifyContent: "center"; marginRight: number; }; description: { marginTop: number; }; };